Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h33 template <class T, class AllocatorT> class AllocatorList : AllocatorT {
58 AllocatorList &AL;
60 Cloner(AllocatorList &AL) : AL(AL) {} in Cloner()
66 AllocatorList &AL;
68 Disposer(AllocatorList &AL) : AL(AL) {} in Disposer()
93 friend AllocatorList; variable
131 AllocatorList() = default;
132 AllocatorList(AllocatorList &&X) in AllocatorList() function
135 AllocatorList(const AllocatorList &X) { in AllocatorList() function
139 AllocatorList &operator=(AllocatorList &&X) {
[all …]