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

  /external/llvm/include/llvm/ADT/
ImmutableIntervalMap.h 129 key_type_ref KCurrent = ImutInfo::KeyOfValue(this->Value(T));
131 if (ImutInfo::isLess(K, KCurrent))
ImmutableSet.h 544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
546 if (ImutInfo::isEqual(K,KCurrent))
548 else if (ImutInfo::isLess(K,KCurrent))
564 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
566 if (ImutInfo::isEqual(K,KCurrent)) {
568 } else if (ImutInfo::isLess(K,KCurrent)) {
    [all...]

Completed in 28 milliseconds