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 225 if (EHStack.stable_begin() != PrologueCleanupDepth) {
226 PopCleanupBlocks(PrologueCleanupDepth);
648 PrologueCleanupDepth = EHStack.stable_begin();
    [all...]
CodeGenFunction.h 154 /// PrologueCleanupDepth - The cleanup depth enclosing all the
156 EHScopeStack::stable_iterator PrologueCleanupDepth;
    [all...]

Completed in 112 milliseconds