Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h835 CGF.PopCleanupBlocks(CleanupStackDepth);
849 CGF.PopCleanupBlocks(CleanupStackDepth);
891 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize);
DCGCleanup.cpp374 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) { in PopCleanupBlocks() function in CodeGenFunction
DCodeGenFunction.cpp193 PopCleanupBlocks(PrologueCleanupDepth); in FinishFunction()
DCGClass.cpp747 PopCleanupBlocks(CleanupDepth); in EmitConstructorBody()
DCGBlocks.cpp1733 CGF.PopCleanupBlocks(cleanupDepth); in emitDispose()