Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp375 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) { in PopCleanupBlocks() function in CodeGenFunction
394 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old, in PopCleanupBlocks() function in CodeGenFunction
396 PopCleanupBlocks(Old); in PopCleanupBlocks()
H A DCodeGenFunction.h514 CGF.PopCleanupBlocks(CleanupStackDepth, in ~RunCleanupsScope()
529 CGF.PopCleanupBlocks(CleanupStackDepth, in ForceCleanup()
645 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize);
650 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize,
H A DCodeGenFunction.cpp244 PopCleanupBlocks(PrologueCleanupDepth); in FinishFunction()
H A DCGBlocks.cpp1746 CGF.PopCleanupBlocks(cleanupDepth); in emitDispose()