Searched refs:AllocatorTy (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/ADT/
H A DStringSet.h22 template <class AllocatorTy = llvm::MallocAllocator>
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
H A DScopedHashTable.h40 typename AllocatorTy = MallocAllocator>
60 template <typename AllocatorTy>
64 AllocatorTy &Allocator) {
73 template <typename AllocatorTy>
74 void Destroy(AllocatorTy &Allocator) {
82 typename AllocatorTy = MallocAllocator>
85 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT;
96 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
103 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>;
145 template <typename K, typename V, typename KInfo, typename AllocatorTy>
[all...]
H A DStringMap.h146 template<typename AllocatorTy, typename InitType>
148 AllocatorTy &Allocator,
176 template<typename AllocatorTy>
178 AllocatorTy &Allocator) {
216 template<typename AllocatorTy>
217 void Destroy(AllocatorTy &Allocator) {
235 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
237 AllocatorTy Allocator;
245 explicit StringMap(AllocatorTy A)
248 StringMap(unsigned InitialSize, AllocatorTy
[all...]
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp71 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in class:__anon2277::MachineCSE
73 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp269 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy; typedef in class:__anon2770::EarlyCSE
271 AllocatorTy> ScopedHTType;

Completed in 98 milliseconds