HomeSort by relevance Sort by last modified time
    Searched refs:PopCleanupBlocks (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.cpp 374 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) {
393 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old,
395 PopCleanupBlocks(Old);
598 // during the execution of PopCleanupBlocks().
    [all...]
CodeGenFunction.h 482 CGF.PopCleanupBlocks(CleanupStackDepth,
497 CGF.PopCleanupBlocks(CleanupStackDepth,
552 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize);
557 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize,
    [all...]
CodeGenFunction.cpp 221 PopCleanupBlocks(PrologueCleanupDepth);
    [all...]