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

  /external/llvm/include/llvm/ADT/
ImmutableIntervalMap.h 42 static key_type_ref KeyOfValue(value_type_ref V) {
110 key_type_ref CurrentKey = ImutInfo::KeyOfValue(this->getValue(T));
122 key_type_ref K = ImutInfo::KeyOfValue(V);
129 key_type_ref KCurrent = ImutInfo::KeyOfValue(this->Value(T));
155 Interval CurrentK = ImutInfo::KeyOfValue(this->Value(T));
ImmutableSet.h 77 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
119 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
120 ImutInfo::KeyOfValue(V)))
204 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
205 ImutInfo::KeyOfValue(getValue()))) &&
210 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
211 ImutInfo::KeyOfValue(getRight()->getValue()))) &&
544 key_type_ref K = ImutInfo::KeyOfValue(V);
545 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
565 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
    [all...]
ImmutableMap.h 33 static inline key_type_ref KeyOfValue(value_type_ref V) {
  /external/stlport/test/eh/
test_insert.h 72 template <class C, class Iter, class KeyOfValue>
78 Iter lastNew, const KeyOfValue& keyOfValue )
93 keys.push_back( keyOfValue(*x) );

Completed in 161 milliseconds