Searched defs:ScopedHashTableScope (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ScopedHashTable.h | 160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; variable 222 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope() function
|
/external/llvm/include/llvm/ADT/ |
D | ScopedHashTable.h | 161 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; variable 222 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { in ScopedHashTableScope() function
|