Home
last modified time | relevance | path

Searched defs:isLess (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
H A Dcmp.pass.cpp32 bool isLess = e_cat1 < e_cat3; in main() local
/llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
H A Dcmp.pass.cpp48 bool isLess = id1 < id3; in main() local
/llvm-project/libcxx/test/support/
H A Dtest_comparisons.h38 testComparisonsComplete(const T& t1, const U& t2, bool isEqual, bool isLess, bool isGreater) { in testComparisonsComplete()
100 …RD TEST_CONSTEXPR_CXX14 bool testComparisons(const T& t1, const U& t2, bool isEqual, bool isLess) { in testComparisons()
111 const bool isLess = val1 < val2; in testComparisonsValues() local
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.compare/
H A Dcmp_error_code.pass.cpp37 bool isLess = ec2 < ec3; in main() local
H A Dcmp_error_condition.pass.cpp37 bool isLess = ec2 < ec3; in main() local
/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp276 std::function<bool(const CallBase *L, const CallBase *R)> isLess; member in __anondb7e2c310111::PriorityInlineOrder
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorRangeChecker.cpp352 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/
H A DSCFToOpenMP.cpp101 bool isLess; in matchSelectReduction() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1621 bool Cost::isLess(const Cost &Other) const { isLess() function in Cost