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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h1 //===- llvm/ADT/AllocatorList.h - Custom allocator list ---------*- C++ -*-===//
34 template <class T, class AllocatorT> class AllocatorList : AllocatorT { class in namespace:llvm
59 AllocatorList &AL;
61 Cloner(AllocatorList &AL) : AL(AL) {}
67 AllocatorList &AL;
69 Disposer(AllocatorList &AL) : AL(AL) {}
94 friend AllocatorList;
139 AllocatorList() = default;
140 AllocatorList(AllocatorList function in class:llvm::AllocatorList
143 AllocatorList(const AllocatorList &X) { function in class:llvm::AllocatorList
[all...]

Completed in 61 milliseconds