Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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 …]
/external/llvm/include/llvm/ADT/
DScopedHashTable.h39 template <typename K, typename V, typename KInfo = DenseMapInfo<K>,
80 template <typename K, typename V, typename KInfo = DenseMapInfo<K>,
84 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
112 template <typename K, typename V, typename KInfo = DenseMapInfo<K>>
144 template <typename K, typename V, typename KInfo, typename AllocatorTy>
149 typedef ScopedHashTableScope<K, V, KInfo, AllocatorTy> ScopeTy;
154 DenseMap<K, ValTy*, KInfo> TopLevelMap;
161 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>;
[all …]