Home
last modified time | relevance | path

Searched defs:AllocatorType (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dsegmented_array_test.cpp27 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
34 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
43 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
53 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
68 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
77 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
88 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
109 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
130 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
176 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
H A DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_segmented_array.h67 using AllocatorType = Allocator<SegmentSize>; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp16529 QualType AllocatorType = in findOMPAllocatorHandleT() local