Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h80 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue()); in find()
122 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()), in isElementEqual()
123 ImutInfo::KeyOfValue(V))) in isElementEqual()
193 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()
194 ImutInfo::KeyOfValue(getValue()))) && in validateTree()
198 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()), in validateTree()
199 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree()
539 key_type_ref K = ImutInfo::KeyOfValue(V);
540 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
560 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
[all …]
H A DImmutableMap.h36 static inline key_type_ref KeyOfValue(value_type_ref V) { in KeyOfValue() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h708 static key_type_ref KeyOfValue(value_type_ref D) { return D; }