HomeSort by relevance Sort by last modified time
    Searched defs:KeyOfValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
ImmutableMap.h 33 static inline key_type_ref KeyOfValue(value_type_ref V) {
ImmutableSet.h 76 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(getValue(T))
    [all...]

Completed in 124 milliseconds