Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDThunk.h63 bool Less(const VirtualAdjustment &RHS) const { in Less() function
130 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
HDInterpolatingCompilationDatabase.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 ()()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDSTLAlgorithmModeling.cpp173 SVal Less = SVB.evalBinOp(StateFound, BO_LT, in Find() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCodeGen.h56 Less = 1, ///< -O1 enumerator
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDComparisonCategories.h70 Less, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseTemplate.cpp1710 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) { in diagnoseUnknownTemplateId()
1745 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
1760 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonStoreWidening.cpp572 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDStackSafetyAnalysis.cpp109 struct Less { struct
110 bool operator()(const CallInfo &L, const CallInfo &R) const { in operator ()()
HDScalarEvolution.cpp11945 ScalarEvolution::computeConstantDifference(const SCEV *More, const SCEV *Less) { in computeConstantDifference()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineCompares.cpp3159 Value *&RHS, ConstantInt *&Less, in matchThreeWayIntCompare()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplate.cpp623 SourceLocation Less, in diagnoseExprIntendedAsTemplateName()
HDSemaOverload.cpp14920 ExprResult Less = CreateOverloadedBinOp(OpLoc, BO_LT, Fns, LHS, RHS, true, in BuildSynthesizedThreeWayComparison() local
HDSemaChecking.cpp9846 Less = LE | LT | NE, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp13514 Less, enumerator