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

/external/llvm/include/llvm/ADT/
H A DImmutableSet.h76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
118 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
119 ImutInfo::KeyOfValue(V)))
203 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
204 ImutInfo::KeyOfValue(getValue()))) &&
209 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
210 ImutInfo::KeyOfValue(getRight()->getValue()))) &&
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
564 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValu
893 static inline key_type_ref KeyOfValue(value_type_ref D) { return D; } function in struct:llvm::ImutContainerInfo
919 static inline key_type_ref KeyOfValue(value_type_ref D) { return D; } function in struct:llvm::ImutContainerInfo
[all...]
H A DImmutableMap.h33 static inline key_type_ref KeyOfValue(value_type_ref V) { function in struct:llvm::ImutKeyValueInfo
/external/stlport/test/eh/
H A Dtest_insert.h72 template <class C, class Iter, class KeyOfValue>
78 Iter lastNew, const KeyOfValue& keyOfValue )

Completed in 144 milliseconds