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

  /external/clang/lib/CodeGen/
CodeGenFunction.h 818 CGF.PopCleanupBlocks(CleanupStackDepth);
832 CGF.PopCleanupBlocks(CleanupStackDepth);
873 /// PopCleanupBlocks - Takes the old cleanup stack size and emits
875 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize);
    [all...]
CGCleanup.cpp 368 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) {
565 // during the execution of PopCleanupBlocks().
    [all...]
CodeGenFunction.cpp 165 PopCleanupBlocks(PrologueCleanupDepth);
    [all...]
CGClass.cpp 765 PopCleanupBlocks(CleanupDepth);
    [all...]
CGBlocks.cpp     [all...]

Completed in 5323 milliseconds