Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp766 CleanupBufferStack[8 * sizeof(void *)]; in PopCleanupBlock() local
771 if (CleanupSize <= sizeof(CleanupBufferStack)) { in PopCleanupBlock()
772 memcpy(CleanupBufferStack, CleanupSource, CleanupSize); in PopCleanupBlock()
773 Fn = reinterpret_cast<EHScopeStack::Cleanup *>(CleanupBufferStack); in PopCleanupBlock()