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.cpp751 CleanupBufferStack[8 * sizeof(void *)]; in PopCleanupBlock() local
756 if (CleanupSize <= sizeof(CleanupBufferStack)) { in PopCleanupBlock()
757 memcpy(CleanupBufferStack, CleanupSource, CleanupSize); in PopCleanupBlock()
758 Fn = reinterpret_cast<EHScopeStack::Cleanup *>(CleanupBufferStack); in PopCleanupBlock()