HomeSort by relevance Sort by last modified time
    Searched refs:AllocatorTy (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/ADT/
StringSet.h 22 template <class AllocatorTy = llvm::MallocAllocator>
23 class StringSet : public llvm::StringMap<char, AllocatorTy> {
24 typedef llvm::StringMap<char, AllocatorTy> base;
ScopedHashTable.h 40 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...]
StringMap.h 146 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 A
    [all...]
  /external/llvm/lib/CodeGen/
MachineCSE.cpp 71 ScopedHashTableVal<MachineInstr*, unsigned> > AllocatorTy;
73 MachineInstrExpressionTrait, AllocatorTy> ScopedHTType;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 279 ScopedHashTableVal<SimpleValue, Value*> > AllocatorTy;
281 AllocatorTy> ScopedHTType;

Completed in 430 milliseconds