Searched refs:isLess (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 79 else if (ImutInfo::isLess(K,CurrentKey)) in find() 203 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree() 209 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()), in validateTree() 546 else if (ImutInfo::isLess(K,KCurrent)) in add_internal() 566 } else if (ImutInfo::isLess(K,KCurrent)) { in remove_internal() 924 static bool isLess(key_type_ref LHS, key_type_ref RHS) { 948 static bool isLess(key_type_ref LHS, key_type_ref RHS) { return LHS < RHS; }
|
D | ImmutableMap.h | 44 static inline bool isLess(key_type_ref L, key_type_ref R) { in isLess() function 45 return ImutContainerInfo<T>::isLess(L,R); in isLess()
|
/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 __anon4bd79ea30111::RangeTrait
|