Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp298 alignas(long double) char InitialBuffer[AllocSize]; member in __anon9d1505850211::BumpPointerAllocator
319 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()
337 if (reinterpret_cast<char*>(Tmp) != InitialBuffer) in reset()
340 BlockList = new (InitialBuffer) BlockMeta{nullptr, 0}; in reset()