Home
last modified time | relevance | path

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

/llvm-project/libcxxabi/src/
H A Dcxa_demangle.cpp315 return static_cast<void*>(NewMeta + 1); in allocateMassive() local
307 char* NewMeta = static_cast<char *>(std::malloc(AllocSize)); grow() local
/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp302 char* NewMeta = static_cast<char *>(std::malloc(AllocSize)); in grow() local
310 BlockMeta* NewMeta = reinterpret_cast<BlockMeta*>(std::malloc(NBytes)); in allocateMassive() local