Searched refs:PrologueCleanupDepth (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp304 bool HasCleanups = EHStack.stable_begin() != PrologueCleanupDepth;
306 HasCleanups && EHStack.containsOnlyLifetimeMarkers(PrologueCleanupDepth);
315 PopCleanupBlocks(PrologueCleanupDepth);
838 PrologueCleanupDepth = EHStack.stable_begin();
H A DCodeGenFunction.h161 /// PrologueCleanupDepth - The cleanup depth enclosing all the
163 EHScopeStack::stable_iterator PrologueCleanupDepth; member in class:clang::CodeGen::CodeGenFunction

Completed in 90 milliseconds