Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h63 bool Less(const VirtualAdjustment &RHS) const { in Less() function
130 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/src/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp80 template <bool Prefix> struct Less { struct
81 bool operator()(StringRef Key, std::pair<StringRef, size_t> Value) const { in operator ()()
85 bool operator()(std::pair<StringRef, size_t> Value, StringRef Key) const { in operator ()()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp173 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h56 Less = 1, ///< -O1 enumerator
/src/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h70 Less, enumerator
/src/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1710 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) { in diagnoseUnknownTemplateId()
1745 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
1760 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
/src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp572 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp109 struct Less { struct
110 bool operator()(const CallInfo &L, const CallInfo &R) const { in operator ()()
H A DScalarEvolution.cpp11945 ScalarEvolution::computeConstantDifference(const SCEV *More, const SCEV *Less) { in computeConstantDifference()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3159 Value *&RHS, ConstantInt *&Less, in matchThreeWayIntCompare()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp623 SourceLocation Less, in diagnoseExprIntendedAsTemplateName()
H A DSemaOverload.cpp14920 ExprResult Less = CreateOverloadedBinOp(OpLoc, BO_LT, Fns, LHS, RHS, true, in BuildSynthesizedThreeWayComparison() local
H A DSemaChecking.cpp9846 Less = LE | LT | NE, enumerator
/src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13514 Less, enumerator