| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageFilters.h | 85 enum Operation { LessThan, GreaterThan }; enumerator 98 case LessThan: in PassesThreshold()
|
| H A D | CodeCoverage.cpp | 919 RegionCoverageFilter::LessThan, RegionCoverageLtFilter)); in run() 925 LineCoverageFilter::LessThan, LineCoverageLtFilter)); in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | SmallVector.h | 155 std::less<> LessThan; in isReferenceToRange() local 156 return !LessThan(V, First) && LessThan(V, Last); in isReferenceToRange() 168 std::less<> LessThan; in isRangeInStorage() local 169 return !LessThan(First, this->begin()) && !LessThan(Last, First) && in isRangeInStorage() 170 !LessThan(this->end(), Last); in isRangeInStorage()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangleNodes.cpp | 279 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LessThan, "operator<"); in output()
|
| H A D | MicrosoftDemangle.cpp | 601 IFK::LessThan, // ?M operator< in translateIntrinsicFunctionCode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | MicrosoftDemangleNodes.h | 139 LessThan, // ?M operator< enumerator
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-matchers-misc_test.cc | 1040 Matcher<std::tuple<char, int>> LessThan() { in LessThan() function 1045 const Matcher<std::tuple<char, int, int>> m = Args<0, 2>(LessThan()); in TEST()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
| H A D | Attributor.h | 305 inline static bool LessThan(const RangeTy &L, const RangeTy &R) { in LessThan() function 5922 assert((Ranges.empty() || RangeTy::LessThan(Ranges.back(), R)) && 5931 std::back_inserter(D), RangeTy::LessThan); 5981 auto LB = std::lower_bound(Pos, Ranges.end(), R, RangeTy::LessThan);
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 634 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates() 651 0, MemoryVsLLTSizePredicateMatcher::LessThan, 0); in addBuiltinPredicates()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMLoadStoreOptimizer.cpp | 1985 auto LessThan = [](const MergeCandidate* M0, const MergeCandidate *M1) { in LoadStoreMultipleOpti() local 1988 llvm::sort(Candidates, LessThan); in LoadStoreMultipleOpti()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.h | 1628 LessThan, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 5466 Value *LessThan = simplifyICmpInst(ICmpInst::ICMP_SLT, X, Y, in foldICmpBinOp() local 5468 if (LessThan && match(LessThan, m_One())) in foldICmpBinOp()
|