Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocatorBase.h113 AllocatorHolder(const Alloc &A) : Alloc(A) {} in AllocatorHolder() function
114 AllocatorHolder(Alloc &&A) : Alloc(static_cast<Alloc &&>(A)) {} in AllocatorHolder() function
123 AllocatorHolder(Alloc &A) : A(A) {} in AllocatorHolder() function