Home
last modified time | relevance | path

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

/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/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/swiftshader/third_party/LLVM/include/llvm/Support/
DRecyclingAllocator.h61 llvm::RecyclingAllocator<AllocatorType, in new()
68 llvm::RecyclingAllocator<AllocatorType, in delete()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DRecyclingAllocator.h64 llvm::RecyclingAllocator<AllocatorType, in new()
72 llvm::RecyclingAllocator<AllocatorType, in delete()
DRecycler.h99 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() argument