Searched refs:AllocatorTy (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 42 typename AllocatorTy = MallocAllocator> 63 template <typename AllocatorTy> 67 AllocatorTy &Allocator) { in Create() 76 template <typename AllocatorTy> void Destroy(AllocatorTy &Allocator) { in Destroy() 84 typename AllocatorTy = MallocAllocator> 87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; 106 friend class ScopedHashTable<K, V, KInfo, AllocatorTy>; 150 class ScopedHashTable : detail::AllocatorHolder<AllocatorTy> { 151 using AllocTy = detail::AllocatorHolder<AllocatorTy>; 160 friend class ScopedHashTableScope<K, V, KInfo, AllocatorTy>; [all …]
|
H A D | StringMapEntry.h | 37 template <typename AllocatorTy> 39 StringRef Key, AllocatorTy &Allocator); 43 template <typename AllocatorTy> 46 AllocatorTy &Allocator) { in allocateWithKey() 125 template <typename AllocatorTy, typename... InitTy> 126 static StringMapEntry *create(StringRef key, AllocatorTy &allocator, in create() 142 template <typename AllocatorTy> void Destroy(AllocatorTy &allocator) { in Destroy()
|
H A D | StringSet.h | 22 template <class AllocatorTy = MallocAllocator> 23 class StringSet : public StringMap<std::nullopt_t, AllocatorTy> { 24 using Base = StringMap<std::nullopt_t, AllocatorTy>; 32 explicit StringSet(AllocatorTy a) : Base(a) {} in StringSet()
|
H A D | StringMap.h | 109 template <typename ValueTy, typename AllocatorTy = MallocAllocator> 111 private detail::AllocatorHolder<AllocatorTy> { 112 using AllocTy = detail::AllocatorHolder<AllocatorTy>; 122 explicit StringMap(AllocatorTy A) in StringMap() 125 StringMap(unsigned InitialSize, AllocatorTy A) in StringMap()
|
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/ |
H A D | Host.h | 21 template <typename ValueTy, typename AllocatorTy> class StringMap;
|
/openbsd/gnu/llvm/llvm/lib/Target/Mips/ |
H A D | MipsOptimizePICCall.cpp | 59 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef 62 DenseMapInfo<ValueType>, AllocatorTy>;
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineCSE.cpp | 110 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef in __anon9b5eadb10111::MachineCSE 114 AllocatorTy>;
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 409 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>; member 410 AllocatorTy MemPool;
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 547 using AllocatorTy = typedef in __anon939f15580311::EarlyCSE 552 AllocatorTy>;
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 23674 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorTy = in ActOnOpenMPUsesAllocatorClause() local 23677 AllocatorTy != in ActOnOpenMPUsesAllocatorClause()
|