Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_comparisons.h27 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/
Dsort.go43 func isLess(x, y reflect.Value) bool { func
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableIntervalMap.h58 static bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
DImmutableMap.h44 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/
DImmutableMap.h47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
/external/llvm/include/llvm/ADT/
DImmutableMap.h44 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp64 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/
DLoopStrengthReduce.cpp1408 bool Cost::isLess(Cost &Other, const TargetTransformInfo &TTI) { in isLess() function in Cost