Home
last modified time | relevance | path

Searched refs:AllocatorType (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dsegmented_array_test.cc27 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
28 AllocatorType A(1 << 4); in TEST()
34 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
35 AllocatorType A(1 << 4); in TEST()
43 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
44 AllocatorType A(1 << 4); in TEST()
53 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
54 AllocatorType A(1 << 24); in TEST()
68 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
69 AllocatorType A(1 << 4); in TEST()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DRecycler.h67 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 DRecyclingAllocator.h24 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 DArrayRecycler.h103 template<class AllocatorType>
104 void clear(AllocatorType &Allocator) { in clear()
124 template<class AllocatorType>
125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_profile_collector.cc69 using ThreadDataAllocator = ThreadDataArray::AllocatorType;
90 using ProfileBufferArrayAllocator = typename ProfileBufferArray::AllocatorType;
153 using PathAllocator = typename PathArray::AllocatorType;
171 using StackAllocator = typename StackArray::AllocatorType; in populateRecords()
266 using ProfileRecordAllocator = typename ProfileRecordArray::AllocatorType; in serialize()
H A Dxray_function_call_trie.h105 using NodeIdPairAllocatorType = NodeIdPairArray::AllocatorType;
137 using NodeAllocatorType = NodeArray::AllocatorType;
138 using RootAllocatorType = RootArray::AllocatorType;
139 using ShadowStackAllocatorType = ShadowStackArray::AllocatorType;
492 typename Stack::AllocatorType StackAllocator( in deepCopyInto()
550 typename Stack::AllocatorType StackAllocator( in mergeInto()
H A Dxray_segmented_array.h68 using AllocatorType = Allocator<SegmentSize>; variable
165 AllocatorType *Alloc;
297 explicit Array(AllocatorType &A) XRAY_NEVER_INSTRUMENT in Array()
346 AllocatorType &allocator() const XRAY_NEVER_INSTRUMENT { in allocator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp13954 QualType AllocatorType = in findOMPAllocatorHandleT() local
13956 ExprResult Res = S.BuildDeclRefExpr(VD, AllocatorType, VK_LValue, Loc); in findOMPAllocatorHandleT()
13962 OMPAllocatorHandleT = AllocatorType; in findOMPAllocatorHandleT()
13963 if (!S.getASTContext().hasSameType(OMPAllocatorHandleT, AllocatorType)) { in findOMPAllocatorHandleT()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td3620 EnumArgument<"AllocatorType", "AllocatorTypeTy",