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

  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 220 if (EHStack.stable_begin() != PrologueCleanupDepth) {
221 PopCleanupBlocks(PrologueCleanupDepth);
582 PrologueCleanupDepth = EHStack.stable_begin();
    [all...]
CodeGenFunction.h 145 /// PrologueCleanupDepth - The cleanup depth enclosing all the
147 EHScopeStack::stable_iterator PrologueCleanupDepth;
    [all...]

Completed in 36 milliseconds