Home
last modified time | relevance | path

Searched refs:ScopedHashTable (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DScopedHashTable.h41 class ScopedHashTable; variable
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 {
158 ScopedHashTable(const ScopedHashTable&); // NOT YET IMPLEMENTED
159 void operator=(const ScopedHashTable&); // NOT YET IMPLEMENTED
162 ScopedHashTable() : CurScope(0) {} in ScopedHashTable() function
163 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} in ScopedHashTable() function
164 ~ScopedHashTable() { in ~ScopedHashTable()
[all …]
/external/llvm/include/llvm/ADT/
DScopedHashTable.h41 class ScopedHashTable; variable
84 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
145 class ScopedHashTable {
159 ScopedHashTable(const ScopedHashTable &); // NOT YET IMPLEMENTED
160 void operator=(const ScopedHashTable &); // NOT YET IMPLEMENTED
164 ScopedHashTable() : CurScope(nullptr) {} in ScopedHashTable() function
165 ScopedHashTable(AllocatorTy A) : CurScope(0), Allocator(A) {} in ScopedHashTable() function
166 ~ScopedHashTable() { in ~ScopedHashTable()
[all …]
/external/libbrillo/brillo/glib/
Dobject.h455 class ScopedHashTable {
459 ScopedHashTable()
463 explicit ScopedHashTable(::GHashTable* p)
467 ~ScopedHashTable() {
Ddbus.cc111 glib::ScopedHashTable* result) { in RetrieveProperties()
Ddbus.h420 glib::ScopedHashTable* result);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp221 typedef ScopedHashTable<SimpleValue, Value*, DenseMapInfo<SimpleValue>,
240 typedef ScopedHashTable<Value*, std::pair<Value*, unsigned>,
246 typedef ScopedHashTable<CallValue, std::pair<Value*, unsigned> > CallHTType;
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp256 typedef ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,
298 typedef ScopedHashTable<Value *, LoadValue, DenseMapInfo<Value *>,
306 typedef ScopedHashTable<CallValue, std::pair<Instruction *, unsigned>>
/external/llvm/lib/Target/Mips/
DMipsOptimizePICCall.cpp44 typedef ScopedHashTable<ValueType, CntRegP, DenseMapInfo<ValueType>,
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp71 typedef ScopedHashTable<MachineInstr*, unsigned,
/external/llvm/lib/CodeGen/
DMachineCSE.cpp75 typedef ScopedHashTable<MachineInstr*, unsigned,