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 304 bool HasCleanups = EHStack.stable_begin() != PrologueCleanupDepth;
306 HasCleanups && EHStack.containsOnlyLifetimeMarkers(PrologueCleanupDepth);
315 PopCleanupBlocks(PrologueCleanupDepth);
838 PrologueCleanupDepth = EHStack.stable_begin();
    [all...]
CodeGenFunction.h 161 /// PrologueCleanupDepth - The cleanup depth enclosing all the
163 EHScopeStack::stable_iterator PrologueCleanupDepth;
    [all...]

Completed in 122 milliseconds