Searched refs:AllocatorType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Recycler.h | 67 template<class AllocatorType> 68 void clear(AllocatorType &Allocator) { in clear() 82 template<class SubClass, class AllocatorType> 83 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() 92 template<class AllocatorType> 93 T *Allocate(AllocatorType &Allocator) { in Allocate() 97 template<class SubClass, class AllocatorType> 98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
|
| H A D | RecyclingAllocator.h | 24 template <class AllocatorType, class T, size_t Size = sizeof(T), 34 AllocatorType Allocator; 61 template<class AllocatorType, class T, size_t Size, size_t Align> 63 llvm::RecyclingAllocator<AllocatorType, in new() argument 69 template<class AllocatorType, class T, size_t Size, size_t Align> 71 llvm::RecyclingAllocator<AllocatorType, in delete() argument
|
| H A D | ArrayRecycler.h | 103 template<class AllocatorType> 104 void clear(AllocatorType &Allocator) { in clear() 124 template<class AllocatorType> 125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_profile_collector.cpp | 68 using ThreadDataAllocator = ThreadDataArray::AllocatorType; 89 using ProfileBufferArrayAllocator = typename ProfileBufferArray::AllocatorType; 152 using PathAllocator = typename PathArray::AllocatorType; 170 using StackAllocator = typename StackArray::AllocatorType; in populateRecords() 265 using ProfileRecordAllocator = typename ProfileRecordArray::AllocatorType; in serialize()
|
| H A D | xray_function_call_trie.h | 104 using NodeIdPairAllocatorType = NodeIdPairArray::AllocatorType; 136 using NodeAllocatorType = NodeArray::AllocatorType; 137 using RootAllocatorType = RootArray::AllocatorType; 138 using ShadowStackAllocatorType = ShadowStackArray::AllocatorType; 491 typename Stack::AllocatorType StackAllocator( in deepCopyInto() 549 typename Stack::AllocatorType StackAllocator( in mergeInto()
|
| H A D | xray_segmented_array.h | 67 using AllocatorType = Allocator<SegmentSize>; variable 164 AllocatorType *Alloc; 296 explicit Array(AllocatorType &A) XRAY_NEVER_INSTRUMENT in Array() 345 AllocatorType &allocator() const XRAY_NEVER_INSTRUMENT { in allocator()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 14308 QualType AllocatorType = in findOMPAllocatorHandleT() local 14310 ExprResult Res = S.BuildDeclRefExpr(VD, AllocatorType, VK_LValue, Loc); in findOMPAllocatorHandleT() 14316 OMPAllocatorHandleT = AllocatorType; in findOMPAllocatorHandleT() 14317 if (!S.getASTContext().hasSameType(OMPAllocatorHandleT, AllocatorType)) { in findOMPAllocatorHandleT()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 3647 EnumArgument<"AllocatorType", "AllocatorTypeTy",
|