Home
last modified time | relevance | path

Searched defs:isLess (Results 1 – 19 of 19) 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/cronet/tot/third_party/libc++/src/test/support/
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
/external/cronet/stable/third_party/libc++/src/test/support/
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
/external/go-cmp/cmp/internal/value/
Dsort.go36 func isLess(x, y reflect.Value) bool { func
/external/cronet/tot/third_party/libc++/src/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
Dcmp.pass.cpp32 bool isLess = e_cat1 < e_cat3; in main() local
/external/cronet/stable/third_party/libc++/src/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
Dcmp.pass.cpp48 bool isLess = id1 < id3; in main() local
/external/cronet/stable/third_party/libc++/src/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.nonvirtuals/
Dcmp.pass.cpp32 bool isLess = e_cat1 < e_cat3; in main() local
/external/cronet/tot/third_party/libc++/src/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
Dcmp.pass.cpp48 bool isLess = id1 < id3; in main() local
/external/cronet/stable/third_party/libc++/src/test/std/diagnostics/syserr/syserr.compare/
Dcmp_error_code.pass.cpp37 bool isLess = ec2 < ec3; in main() local
Dcmp_error_condition.pass.cpp37 bool isLess = ec2 < ec3; in main() local
/external/cronet/tot/third_party/libc++/src/test/std/diagnostics/syserr/syserr.compare/
Dcmp_error_condition.pass.cpp37 bool isLess = ec2 < ec3; in main() local
Dcmp_error_code.pass.cpp37 bool isLess = ec2 < ec3; in main() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DInlineOrder.cpp275 std::function<bool(const CallBase *L, const CallBase *R)> isLess; member in __anon9b75ac3e0111::PriorityInlineOrder
/external/swiftshader/third_party/llvm-16.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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableMap.h46 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 __anon24b0ef340111::RangeTrait
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1437 bool Cost::isLess(Cost &Other) { in isLess() function in Cost
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1482 bool Cost::isLess(const Cost &Other) const { in isLess() function in Cost