Searched refs:stable_begin (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp164 InnermostNormalCleanup = stable_begin();
166 InnermostEHScope = stable_begin();
200 InnermostEHScope = stable_begin();
217 InnermostEHScope = stable_begin();
224 InnermostEHScope = stable_begin();
371 while (EHStack.stable_begin() != Old) {
849 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
874 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin())
1075 if (C == EHStack.stable_begin()) {
H A DCGCleanup.h526 assert(sp.Size <= stable_begin().Size && "finding savepoint after pop");
H A DCodeGenFunction.cpp163 if (EHStack.stable_begin() != PrologueCleanupDepth)
353 PrologueCleanupDepth = EHStack.stable_begin();
H A DCGExprCXX.cpp825 cleanup = EHStack.stable_begin();
880 cleanup = EHStack.stable_begin();
1229 operatorDeleteCleanup = EHStack.stable_begin();
H A DCGExprAgg.cpp413 cleanup = CGF.EHStack.stable_begin();
1033 cleanups.push_back(CGF.EHStack.stable_begin());
H A DCodeGenFunction.h491 stable_iterator stable_begin() const { function in class:clang::CodeGen::EHScopeStack
804 CleanupStackDepth = CGF.EHStack.stable_begin();
820 return CGF.EHStack.stable_begin() != CleanupStackDepth;
H A DCGBlocks.cpp562 capture.setCleanup(CGF.EHStack.stable_begin());
1557 EHScopeStack::stable_iterator cleanupDepth = CGF.EHStack.stable_begin();
H A DCGException.cpp362 EHScopeStack::stable_iterator cleanup = CGF.EHStack.stable_begin();
H A DCGClass.cpp735 EHScopeStack::stable_iterator CleanupDepth = EHStack.stable_begin();
H A DCGStmt.cpp323 EHStack.stable_begin(),

Completed in 50 milliseconds