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 404 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) {
423 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old,
425 PopCleanupBlocks(Old);
624 // during the execution of PopCleanupBlocks().
    [all...]
CodeGenFunction.h 493 CGF.PopCleanupBlocks(CleanupStackDepth,
508 CGF.PopCleanupBlocks(CleanupStackDepth,
662 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize);
667 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize,
    [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.cpp 314 PopCleanupBlocks(PrologueCleanupDepth);
    [all...]

Completed in 2051 milliseconds