Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h162 DenseMap<K, ValTy*, KInfo> TopLevelMap; variable
174 assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!"); in ~ScopedHashTable()
183 return TopLevelMap.count(Key); in count()
187 auto I = TopLevelMap.find(Key); in lookup()
188 if (I != TopLevelMap.end()) in lookup()
204 TopLevelMap.find(Key); in begin()
205 if (I == TopLevelMap.end()) return end(); in begin()
218 ScopedHashTableVal<K, V> *&KeyEntry = TopLevelMap[Key]; in insertIntoScope()
244 assert(HT.TopLevelMap[ThisEntry->getKey()] == ThisEntry && in ~ScopedHashTableScope()
246 HT.TopLevelMap.erase(ThisEntry->getKey()); in ~ScopedHashTableScope()
[all …]