Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DImmutableSet.h79 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()
548 else if (ImutInfo::isLess(K,KCurrent)) in add_internal()
568 } else if (ImutInfo::isLess(K,KCurrent)) { in remove_internal()
900 static inline bool isLess(key_type_ref LHS, key_type_ref RHS) {
926 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.cpp64 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) { in isLess() function in __anon88d8d5750111::RangeTrait