Searched refs:KCurrent (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 542 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); in add_internal() local 544 if (ImutInfo::isEqual(K,KCurrent)) in add_internal() 546 else if (ImutInfo::isLess(K,KCurrent)) in add_internal() 562 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); in remove_internal() local 564 if (ImutInfo::isEqual(K,KCurrent)) { in remove_internal() 566 } else if (ImutInfo::isLess(K,KCurrent)) { in remove_internal()
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ImmutableSet.h | 539 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); in add_internal() local 541 if (ImutInfo::isEqual(K,KCurrent)) in add_internal() 543 else if (ImutInfo::isLess(K,KCurrent)) in add_internal() 559 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); in remove_internal() local 561 if (ImutInfo::isEqual(K,KCurrent)) { in remove_internal() 563 } else if (ImutInfo::isLess(K,KCurrent)) { in remove_internal()
|
D | ImmutableIntervalMap.h | 129 key_type_ref KCurrent = ImutInfo::KeyOfValue(this->Value(T)); in add_internal() local 131 if (ImutInfo::isLess(K, KCurrent)) in add_internal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 544 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); in add_internal() local 546 if (ImutInfo::isEqual(K,KCurrent)) in add_internal() 548 else if (ImutInfo::isLess(K,KCurrent)) in add_internal() 564 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)); in remove_internal() local 566 if (ImutInfo::isEqual(K,KCurrent)) { in remove_internal() 568 } else if (ImutInfo::isLess(K,KCurrent)) { in remove_internal()
|