Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DScopedHashTable.h39 template <typename K, typename V, typename KInfo = DenseMapInfo<K>,
81 template <typename K, typename V, typename KInfo = DenseMapInfo<K>,
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
113 template <typename K, typename V, typename KInfo = DenseMapInfo<K> >
145 template <typename K, typename V, typename KInfo, typename AllocatorTy>
150 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
153 DenseMap<K, ValTy*, KInfo> TopLevelMap;
160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
[all …]