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

/freebsd-10.0-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.h138 template<typename AllocatorTy, typename InitType>
140 AllocatorTy &Allocator,
168 template<typename AllocatorTy>
170 AllocatorTy &Allocator) {
208 template<typename AllocatorTy>
209 void Destroy(AllocatorTy &Allocator) {
227 template<typename ValueTy, typename AllocatorTy = MallocAllocator>
229 AllocatorTy Allocator;
237 explicit StringMap(AllocatorTy A)
240 StringMap(unsigned InitialSize, AllocatorTy
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineCSE.cpp71 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy; typedef in class:__anon2169::MachineCSE
73 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp279 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy; typedef in class:__anon2630::EarlyCSE
281 AllocatorTy> ScopedHTType;

Completed in 117 milliseconds