Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DAllocatorBase.h107 AllocatorHolder(const Alloc &A) : Alloc(A) {} in AllocatorHolder() function
108 AllocatorHolder(Alloc &&A) : Alloc(static_cast<Alloc &&>(A)) {} in AllocatorHolder() function
117 AllocatorHolder(Alloc &A) : A(A) {} in AllocatorHolder() function