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 D | cmp.pass.cpp | 32 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 D | cmp.pass.cpp | 48 bool isLess = id1 < id3; in main() local
|
/llvm-project/libcxx/test/support/ |
H A D | test_comparisons.h | 38 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 D | cmp_error_code.pass.cpp | 37 bool isLess = ec2 < ec3; in main() local
|
H A D | cmp_error_condition.pass.cpp | 37 bool isLess = ec2 < ec3; in main() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 276 std::function<bool(const CallBase *L, const CallBase *R)> isLess; member in __anondb7e2c310111::PriorityInlineOrder
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IteratorRangeChecker.cpp | 352 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
|
/llvm-project/mlir/lib/Conversion/SCFToOpenMP/ |
H A D | SCFToOpenMP.cpp | 101 bool isLess; in matchSelectReduction() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1621 bool Cost::isLess(const Cost &Other) const { isLess() function in Cost
|