Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp176 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h70 Less, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1494 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) { in diagnoseUnknownTemplateId()
1529 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
1544 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h84 Less = 1, ///< -O1 enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h54 Less, LessEqual, LessLess, LessGreater, enumerator
/freebsd/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.cpp12079 ScalarEvolution::computeConstantDifference(const SCEV *More, const SCEV *Less) { in computeConstantDifference()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoadStoreWidening.cpp872 auto Less = [this](const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2808 const auto *Less = Tok.MatchingParen; in rParenEndsCast() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp5791 enum class MoreSpecializedTrailingPackTieBreakerResult { Equal, Less, More }; enumerator
H A DSemaTemplate.cpp623 SourceLocation Less, in diagnoseExprIntendedAsTemplateName()
H A DSemaOverload.cpp15736 ExprResult Less = CreateOverloadedBinOp(OpLoc, BO_LT, Fns, LHS, RHS, true, in BuildSynthesizedThreeWayComparison() local
H A DSemaChecking.cpp11085 Less = LE | LT | NE, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3307 Value *&RHS, ConstantInt *&Less, in matchThreeWayIntCompare()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp14336 Less, enumerator