Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_demangle.cpp258 alignas(long double) char InitialBuffer[AllocSize]; member in __anon6eae74d60211::BumpPointerAllocator
279 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()
297 if (reinterpret_cast<char*>(Tmp) != InitialBuffer) in reset()
300 BlockList = new (InitialBuffer) BlockMeta{nullptr, 0}; in reset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp1778 alignas(long double) char InitialBuffer[AllocSize]; member in __anon8e39910a0111::BumpPointerAllocator
1799 : BlockList(new (InitialBuffer) BlockMeta{nullptr, 0}) {} in BumpPointerAllocator()
1817 if (reinterpret_cast<char*>(Tmp) != InitialBuffer) in reset()
1820 BlockList = new (InitialBuffer) BlockMeta{nullptr, 0}; in reset()