Home
last modified time | relevance | path

Searched refs:ThisEntry (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/include/llvm/ADT/
DScopedHashTable.h241 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope() local
243 if (!ThisEntry->getNextForKey()) { in ~ScopedHashTableScope()
244 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()
246 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()
248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()
249 assert(KeyEntry == ThisEntry && "Scope imbalance!"); in ~ScopedHashTableScope()
250 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()
254 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()
257 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
/external/llvm/include/llvm/ADT/
DScopedHashTable.h234 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope() local
236 if (!ThisEntry->getNextForKey()) { in ~ScopedHashTableScope()
237 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()
239 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()
241 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()
242 assert(KeyEntry == ThisEntry && "Scope imbalance!"); in ~ScopedHashTableScope()
243 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()
247 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()
250 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopedHashTable.h241 while (ScopedHashTableVal<K, V> *ThisEntry = LastValInScope) { in ~ScopedHashTableScope() local
243 if (!ThisEntry->getNextForKey()) { in ~ScopedHashTableScope()
244 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()
246 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()
248 ScopedHashTableVal<K, V> *&KeyEntry = HT.TopLevelMap[ThisEntry->getKey()]; in ~ScopedHashTableScope()
249 assert(KeyEntry == ThisEntry && "Scope imbalance!"); in ~ScopedHashTableScope()
250 KeyEntry = ThisEntry->getNextForKey(); in ~ScopedHashTableScope()
254 LastValInScope = ThisEntry->getNextInScope(); in ~ScopedHashTableScope()
257 ThisEntry->Destroy(HT.getAllocator()); in ~ScopedHashTableScope()