Searched defs:isLess (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/test/support/ |
D | test_comparisons.h | 27 TEST_CONSTEXPR_CXX14 bool testComparisons6(const T& t1, const T& t2, bool isEqual, bool isLess) in testComparisons6() 83 const bool isLess = val1 < val2; in testComparisons6Values() local
|
/external/llvm-project/libcxx/test/support/ |
D | test_comparisons.h | 26 TEST_CONSTEXPR_CXX14 bool testComparisons6(const T& t1, const U& t2, bool isEqual, bool isLess) in testComparisons6() 82 const bool isLess = val1 < val2; in testComparisons6Values() local
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | RangedConstraintManager.h | 58 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) { in isLess() function
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | IteratorRangeChecker.cpp | 353 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 46 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 44 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 46 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 64 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) { in isLess() function in __anonb55f1c850111::RangeTrait
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1430 bool Cost::isLess(Cost &Other) { in isLess() function in Cost
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1437 bool Cost::isLess(Cost &Other) { in isLess() function in Cost
|