Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/tests/unit/
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 …]
/external/antlr/runtime/Cpp/include/
Dantlr3memory.hpp49 class AllocatorType : public std::allocator<TYPE> class in DefaultAllocPolicy
63 AllocatorType() throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
64 AllocatorType( const AllocatorType& alloc ) throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
65 template<typename U> AllocatorType(const AllocatorType<U>& alloc) throw(){} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/external/llvm-project/llvm/include/llvm/Support/
DRecyclingAllocator.h63 llvm::RecyclingAllocator<AllocatorType, in new()
71 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/external/llvm/include/llvm/Support/
DRecyclingAllocator.h64 llvm::RecyclingAllocator<AllocatorType, in new()
72 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
/external/llvm-project/compiler-rt/lib/xray/
Dxray_segmented_array.h67 using AllocatorType = Allocator<SegmentSize>; variable
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp12893 QualType AllocatorType = in findOMPAllocatorHandleT() local