Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DScopedHashTable.h163 DenseMap<K, ValTy*, KInfo> TopLevelMap; variable
175 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
184 return TopLevelMap.count(Key); in count()
188 auto I = TopLevelMap.find(Key); in lookup()
189 if (I != TopLevelMap.end()) in lookup()
205 TopLevelMap.find(Key); in begin()
206 if (I == TopLevelMap.end()) return end(); in begin()
219 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope()
245 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()
247 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()
[all …]