Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DABI.h80 bool Less(const VirtualAdjustment &RHS) const { in Less() function
148 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/freebsd-12.1/contrib/llvm/tools/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 ()()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCodeGen.h54 Less, // -O1 enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp1491 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) { in diagnoseUnknownTemplateId()
1526 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
1541 SourceLocation Less = ConsumeToken(); in checkPotentialAngleBracket() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComparisonCategories.h62 Less, enumerator
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmMacro.h54 Less, LessEqual, LessLess, LessGreater, enumerator
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp576 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
H A DRDFLiveness.cpp180 auto Less = [&Block,this] (NodeId A, NodeId B) -> bool { in getAllReachingDefs() local
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDLL.cpp139 auto Less = [](const std::string &A, const std::string &B) { in binImports() local
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp522 auto Less = [](const FdeData &A, const FdeData &B) { in getFdeData() local
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2426 Value *&RHS, ConstantInt *&Less, in matchThreeWayIntCompare()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp500 SourceLocation Less, in diagnoseExprIntendedAsTemplateName()
H A DSemaChecking.cpp10004 Less = LE | LT | NE, enumerator
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp9789 const SCEV *Less) { in computeConstantDifference()