Home
last modified time | relevance | path

Searched defs:Less (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h62 bool Less(const VirtualAdjustment &RHS) const { in Less() function
129 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp81 template <bool Prefix> struct Less { struct
82 bool operator()(StringRef Key, std::pair<StringRef, size_t> Value) const { in operator ()()
86 bool operator()(std::pair<StringRef, size_t> Value, StringRef Key) const { in operator ()()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp151 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h54 Less = 1, // -O1 enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1726 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) { in diagnoseUnknownTemplateId()
1761 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
1776 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h69 Less, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp107 struct Less { struct
108 bool operator()(const CallInfo &L, const CallInfo &R) const { in operator ()()
H A DScalarEvolution.cpp10795 const SCEV *Less) { in computeConstantDifference()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp573 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2730 Value *&RHS, ConstantInt *&Less, in matchThreeWayIntCompare()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp618 SourceLocation Less, in diagnoseExprIntendedAsTemplateName()
H A DSemaOverload.cpp13931 ExprResult Less = CreateOverloadedBinOp(OpLoc, BO_LT, Fns, LHS, RHS, true, in BuildSynthesizedThreeWayComparison() local
H A DSemaChecking.cpp11517 Less = LE | LT | NE, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12512 Less, enumerator