Searched defs:AllocatorType (Results 1 – 10 of 10) sorted by relevance
27 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef34 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef43 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef53 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef68 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef77 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef88 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef109 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef130 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef176 using AllocatorType = typename Array<TestData>::AllocatorType; in TEST() typedef[all …]
49 class AllocatorType : public std::allocator<TYPE> class in DefaultAllocPolicy63 AllocatorType() throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType64 AllocatorType( const AllocatorType& alloc ) throw() {} in AllocatorType() function in DefaultAllocPolicy::AllocatorType65 template<typename U> AllocatorType(const AllocatorType<U>& alloc) throw(){} in AllocatorType() function in DefaultAllocPolicy::AllocatorType
63 llvm::RecyclingAllocator<AllocatorType, in new()71 llvm::RecyclingAllocator<AllocatorType, in delete()
98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
64 llvm::RecyclingAllocator<AllocatorType, in new()72 llvm::RecyclingAllocator<AllocatorType, in delete()
97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
67 using AllocatorType = Allocator<SegmentSize>; variable
12893 QualType AllocatorType = in findOMPAllocatorHandleT() local