Searched defs:ScopedHashTable (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DScopedHashTable.h1 //===- ScopedHashTable.h - A simple scoped hash table ---------------------===//
14 // ScopedHashTable<int, int> HT;
41 class ScopedHashTable;
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
146 class ScopedHashTable { class in namespace:llvm
158 ScopedHashTable(const ScopedHashTable&); // NOT YET IMPLEMENTED
159 void operator=(const ScopedHashTable
162 ScopedHashTable() : CurScope(0) {} function in class:llvm::ScopedHashTable
163 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} function in class:llvm::ScopedHashTable
[all...]

Completed in 103 milliseconds