Home
last modified time | relevance | path

Searched refs:isLess (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/ADT/
DImmutableIntervalMap.h58 static bool isLess(key_type_ref L, key_type_ref R) { in isLess() function
114 else if (ImutInfo::isLess(K, CurrentKey)) in Find()
131 if (ImutInfo::isLess(K, KCurrent)) in add_internal()
DImmutableSet.h80 else if (ImutInfo::isLess(K,CurrentKey)) in find()
204 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()
210 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()), in validateTree()
549 else if (ImutInfo::isLess(K,KCurrent)) in add_internal()
569 } else if (ImutInfo::isLess(K,KCurrent)) { in remove_internal()
894 static inline bool isLess(key_type_ref LHS, key_type_ref RHS) {
920 static inline bool isLess(key_type_ref LHS, key_type_ref RHS) {
DImmutableMap.h44 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/
DRangeConstraintManager.cpp67 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) { in isLess() function in __anon2bd26e440211::RangeTrait