Searched defs:isLess (Results 1 – 6 of 6) sorted by relevance
32 TEST_CONSTEXPR_CXX14 bool testComparisons(const T& t1, const U& t2, bool isEqual, bool isLess) in testComparisons()89 const bool isLess = val1 < val2; in testComparisonsValues() local
183 std::function<bool(const CallBase *L, const CallBase *R)> isLess; variable
96 bool isLess; in matchSelectReduction() local
47 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
353 bool isLess(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2) { in isLess() function
1469 bool Cost::isLess(const Cost &Other) { in isLess() function in Cost