Searched defs:isLess (Results 1 – 5 of 5) sorted by relevance
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
47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
44 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
64 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) { in isLess() function in __anon2d3224a90111::RangeTrait
1408 bool Cost::isLess(Cost &Other, const TargetTransformInfo &TTI) { in isLess() function in Cost