/external/antlr/runtime/Cpp/include/ |
D | antlr3memory.hpp | 49 class AllocatorType : public std::allocator<TYPE> class in DefaultAllocPolicy 60 typedef AllocatorType<U> other; 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 69 class VectorType : public std::vector< TYPE, AllocatorType<TYPE> > 74 class ListType : public std::deque< TYPE, AllocatorType<TYPE> > 79 class StackType : public std::deque< TYPE, AllocatorType<TYPE> > 92 class OrderedSetType : public std::set< TYPE, std::less<TYPE>, AllocatorType<TYPE> > 97 class UnOrderedSetType : public std::set< TYPE, std::less<TYPE>, AllocatorType<TYPE> > [all …]
|
D | antlr3interfaces.hpp | 51 template<class AllocatorType> 57 template<class AllocatorType>
|
/external/llvm/include/llvm/Support/ |
D | Recycler.h | 66 template<class AllocatorType> 67 void clear(AllocatorType &Allocator) { in clear() 81 template<class SubClass, class AllocatorType> 82 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() 91 template<class AllocatorType> 92 T *Allocate(AllocatorType &Allocator) { in Allocate() 96 template<class SubClass, class AllocatorType> 97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
|
D | RecyclingAllocator.h | 25 template<class AllocatorType, class T, 35 AllocatorType Allocator; 62 template<class AllocatorType, class T, size_t Size, size_t Align> 64 llvm::RecyclingAllocator<AllocatorType, in new() argument 70 template<class AllocatorType, class T, size_t Size, size_t Align> 72 llvm::RecyclingAllocator<AllocatorType, in delete() argument
|
D | ArrayRecycler.h | 102 template<class AllocatorType> 103 void clear(AllocatorType &Allocator) { in clear() 123 template<class AllocatorType> 124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Recycler.h | 68 template<class AllocatorType> 69 void clear(AllocatorType &Allocator) { in clear() 83 template<class SubClass, class AllocatorType> 84 SubClass *Allocate(AllocatorType &Allocator) { in Allocate() 93 template<class AllocatorType> 94 T *Allocate(AllocatorType &Allocator) { in Allocate() 98 template<class SubClass, class AllocatorType> 99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument
|
D | RecyclingAllocator.h | 25 template <class AllocatorType, class T, size_t Size = sizeof(T), 35 AllocatorType Allocator; 62 template<class AllocatorType, class T, size_t Size, size_t Align> 64 llvm::RecyclingAllocator<AllocatorType, in new() argument 70 template<class AllocatorType, class T, size_t Size, size_t Align> 72 llvm::RecyclingAllocator<AllocatorType, in delete() argument
|
D | ArrayRecycler.h | 104 template<class AllocatorType> 105 void clear(AllocatorType &Allocator) { in clear() 125 template<class AllocatorType> 126 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Recycler.h | 81 template<class AllocatorType> 82 void clear(AllocatorType &Allocator) { 89 template<class SubClass, class AllocatorType> 90 SubClass *Allocate(AllocatorType &Allocator) { 100 template<class AllocatorType> 101 T *Allocate(AllocatorType &Allocator) { 105 template<class SubClass, class AllocatorType> 106 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
|
D | RecyclingAllocator.h | 25 template<class AllocatorType, class T, 35 AllocatorType Allocator; 59 template<class AllocatorType, class T, size_t Size, size_t Align> 61 llvm::RecyclingAllocator<AllocatorType, in new() argument 66 template<class AllocatorType, class T, size_t Size, size_t Align> 68 llvm::RecyclingAllocator<AllocatorType, in delete() argument
|