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 545 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
547 if (ImutInfo::isEqual(K,KCurrent))
549 else if (ImutInfo::isLess(K,KCurrent))
565 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
567 if (ImutInfo::isEqual(K,KCurrent)) {
569 } else if (ImutInfo::isLess(K,KCurrent)) {
    [all...]

Completed in 408 milliseconds