Searched defs:isLess (Results 1 – 8 of 8) 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/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/value/ |
D | sort.go | 43 func isLess(x, y reflect.Value) bool { func
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ImmutableIntervalMap.h | 58 static bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
|
D | ImmutableMap.h | 44 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ImmutableMap.h | 47 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/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 64 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) { in isLess() function in __anon7dca5b270111::RangeTrait
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1408 bool Cost::isLess(Cost &Other, const TargetTransformInfo &TTI) { in isLess() function in Cost
|