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 421 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) {
440 CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old,
442 PopCleanupBlocks(Old);
641 // during the execution of PopCleanupBlocks().
    [all...]
CodeGenFunction.h 513 CGF.PopCleanupBlocks(CleanupStackDepth,
528 CGF.PopCleanupBlocks(CleanupStackDepth,
687 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize);
692 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize,
    [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.cpp 315 PopCleanupBlocks(PrologueCleanupDepth);
    [all...]

Completed in 122 milliseconds