Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DScopedHashTable.h42 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 DStringMapEntry.h37 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 DStringSet.h22 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 DStringMap.h109 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 DHost.h21 template <typename ValueTy, typename AllocatorTy> class StringMap;
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp59 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef
62 DenseMapInfo<ValueType>, AllocatorTy>;
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineCSE.cpp110 using AllocatorTy = RecyclingAllocator<BumpPtrAllocator, typedef in __anon9b5eadb10111::MachineCSE
114 AllocatorTy>;
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h409 using AllocatorTy = BumpPtrAllocatorImpl<MallocAllocator, 65536>; member
410 AllocatorTy MemPool;
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp547 using AllocatorTy = typedef in __anon939f15580311::EarlyCSE
552 AllocatorTy>;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp23674 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorTy = in ActOnOpenMPUsesAllocatorClause() local
23677 AllocatorTy != in ActOnOpenMPUsesAllocatorClause()