Searched refs:Less (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DABI.h79 bool Less(const VirtualAdjustment &RHS) const { function in union:clang::ReturnAdjustment::VirtualAdjustment
102 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
147 bool Less(const VirtualAdjustment &RHS) const { function in union:clang::ThisAdjustment::VirtualAdjustment
170 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h54 Less = 1, // -O1 enumerator in enum:llvm::CodeGenOpt::Level
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp151 SVal Less = SVB.evalBinOp(StateFound, BO_LT, local
155 assert(Less.getAs<DefinedSVal>() &&
157 StateFound = StateFound->assume(Less.castAs<DefinedSVal>(), true);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h68 Less, member in class:clang::ComparisonCategoryType::ComparisonCategoryResult
162 return getValueInfo(ComparisonCategoryResult::Less);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp124 case CodeGenOpt::Less:
125 OS << "Less";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator in enum:llvm::AsmToken::TokenKind
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp191 case CCVT::Less:
209 Values.push_back(CCR::Less);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp82 case AsmToken::Less: OS << "Less"; break;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1727 bool Parser::diagnoseUnknownTemplateId(ExprResult LHS, SourceLocation Less) {
1735 ParseGreaterThanInTemplateList(Less, Greater, true, false);
1737 Less, Greater);
1762 SourceLocation Less = ConsumeToken();
1764 ParseGreaterThanInTemplateList(Less, Greater, true, false);
1766 getCurScope(), PotentialTemplateName, Less, Greater);
1777 SourceLocation Less = ConsumeToken();
1779 diagnoseUnknownTemplateId(PotentialTemplateName, Less)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp573 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { local
578 llvm::sort(G, Less);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp139 OL = CodeGenOpt::Less;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp79 template <bool Prefix> struct Less { struct in namespace:clang::tooling::__anon2394
469 Less<Prefix>());
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h34 return ComparisonCategoryResult::Less;
H A DInterp.h232 return R == ComparisonCategoryResult::Less;
239 return R == ComparisonCategoryResult::Less ||
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp268 Conf.CGOptLevel = CodeGenOpt::Less;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp375 case AsmToken::Less:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp211 CGOptLevel = CodeGenOpt::Less;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp422 case '1': OLvl = CodeGenOpt::Less; break;
/freebsd-13-stable/stand/i386/boot0/
H A Dboot0.S412 subb $(KEY_1 - KEY_F1),%al # Less #1 scan code
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h537 class Less {
544 typedef ::std::set<Expectation, Less> Set;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFLiveness.cpp177 // Less(A,B) iff instruction A is further down in the dominator tree than B.
178 auto Less = [&Block,this] (NodeId A, NodeId B) -> bool { local
208 llvm::sort(Tmp, Less);
/freebsd-13-stable/stand/i386/btx/btx/
H A Dbtx.S212 subl $ARGSPACE,%eax # Less arg space
213 subl %edx,%eax # Less base
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp369 case '1': return CodeGenOpt::Less;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp463 return CodeGenOpt::Less;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp271 .setOptLevel(llvm::CodeGenOpt::Less);

Completed in 139 milliseconds

12