Searched refs:KInfo (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 39 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 …]
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 41 template <typename K, typename V, typename KInfo = DenseMapInfo<K>, 83 template <typename K, typename V, typename KInfo = DenseMapInfo<K>, 87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; 97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 106 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>; 117 template <typename K, typename V, typename KInfo = DenseMapInfo<K>> 149 template <typename K, typename V, typename KInfo, typename AllocatorTy> 154 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 158 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 162 DenseMap<K, ValTy*, KInfo> TopLevelMap; [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 41 template <typename K, typename V, typename KInfo = DenseMapInfo<K>, 83 template <typename K, typename V, typename KInfo = DenseMapInfo<K>, 87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; 97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT); 106 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>; 117 template <typename K, typename V, typename KInfo = DenseMapInfo<K>> 149 template <typename K, typename V, typename KInfo, typename AllocatorTy> 154 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 158 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 162 DenseMap<K, ValTy*, KInfo> TopLevelMap; [all …]
|