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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableIntervalMap.h129 key_type_ref KCurrent = ImutInfo::KeyOfValue(this->Value(T)); local
131 if (ImutInfo::isLess(K, KCurrent))
H A DImmutableSet.h539 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); local
541 if (ImutInfo::isEqual(K,KCurrent))
543 else if (ImutInfo::isLess(K,KCurrent))
559 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); local
561 if (ImutInfo::isEqual(K,KCurrent)) {
563 } else if (ImutInfo::isLess(K,KCurrent)) {
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h542 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); local
544 if (ImutInfo::isEqual(K,KCurrent))
546 else if (ImutInfo::isLess(K,KCurrent))
562 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); local
564 if (ImutInfo::isEqual(K,KCurrent)) {
566 } else if (ImutInfo::isLess(K,KCurrent)) {

Completed in 158 milliseconds