HomeSort by: relevance | last modified time | path
    Searched refs:PrologueCleanupDepth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 365 bool HasCleanups = EHStack.stable_begin() != PrologueCleanupDepth;
367 HasCleanups && EHStack.containsOnlyLifetimeMarkers(PrologueCleanupDepth);
382 PopCleanupBlocks(PrologueCleanupDepth);
1091 PrologueCleanupDepth = EHStack.stable_begin();
CodeGenFunction.h 348 /// PrologueCleanupDepth - The cleanup depth enclosing all the
350 EHScopeStack::stable_iterator PrologueCleanupDepth;

Completed in 29 milliseconds