Home
last modified time | relevance | path

Searched refs:AllocatorList (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAllocatorList.h35 template <class T, class AllocatorT> class AllocatorList : AllocatorT {
60 AllocatorList &AL;
62 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner()
68 AllocatorList &AL;
70 Disposer(AllocatorList &AL) : AL(AL) {} in Disposer()
95 friend AllocatorList; variable
140 AllocatorList() = default;
141 AllocatorList(AllocatorList &&X) in AllocatorList() function
144 AllocatorList(const AllocatorList &X) { in AllocatorList() function
148 AllocatorList &operator=(AllocatorList &&X) {
[all …]