Searched refs:KeyOfValue (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h78 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
120 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
121 ImutInfo::KeyOfValue(V)))
205 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
206 ImutInfo::KeyOfValue(getValue()))) &&
210 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
211 ImutInfo::KeyOfValue(getRight()->getValue()))) &&
548 key_type_ref K = ImutInfo::KeyOfValue(V);
549 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
569 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValu
923 static key_type_ref KeyOfValue(value_type_ref D) { return D; } function in struct:llvm::ImutContainerInfo
949 static key_type_ref KeyOfValue(value_type_ref D) { return D; } function in struct:llvm::ImutContainerInfo
[all...]
H A DImmutableMap.h35 static inline key_type_ref KeyOfValue(value_type_ref V) { function in struct:llvm::ImutKeyValueInfo

Completed in 55 milliseconds