Searched refs:KInfo (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A 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> 156 using ScopeTy = ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; 164 DenseMap<K, ValTy*, KInfo> TopLevelMap; [all …]
|