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 835 CGF.PopCleanupBlocks(CleanupStackDepth);
849 CGF.PopCleanupBlocks(CleanupStackDepth);
889 /// PopCleanupBlocks - Takes the old cleanup stack size and emits
891 void PopCleanupBlocks(EHScopeStack::stable_iterator OldCleanupStackSize);
    [all...]
CGCleanup.cpp 374 void CodeGenFunction::PopCleanupBlocks(EHScopeStack::stable_iterator Old) {
571 // during the execution of PopCleanupBlocks().
    [all...]
CodeGenFunction.cpp 193 PopCleanupBlocks(PrologueCleanupDepth);
    [all...]
CGBlocks.cpp     [all...]
CGClass.cpp 747 PopCleanupBlocks(CleanupDepth);
    [all...]

Completed in 79 milliseconds