Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DItaniumDemangle.cpp255 alignas(long double) char InitialBuffer[AllocSize]; member in __anon1a08953b0211::BumpPointerAllocator
276 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()
294 if (reinterpret_cast<char*>(Tmp) != InitialBuffer) in reset()
297 BlockList = new (InitialBuffer) BlockMeta{nullptr, 0}; in reset()