HomeSort by relevance Sort by last modified time
    Searched refs:stable_begin (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.cpp 186 InnermostNormalCleanup = stable_begin();
188 InnermostEHScope = stable_begin();
222 InnermostEHScope = stable_begin();
239 InnermostEHScope = stable_begin();
246 InnermostEHScope = stable_begin();
407 while (EHStack.stable_begin() != Old) {
    [all...]
EHScopeStack.h 378 stable_iterator stable_begin() const { function in class:clang::CodeGen::EHScopeStack
CGCleanup.h 592 assert(sp.Size <= stable_begin().Size && "finding savepoint after pop");
CGExprCXX.cpp     [all...]
CGExprAgg.cpp 437 cleanup = CGF.EHStack.stable_begin();
    [all...]
CGBlocks.cpp 625 capture.setCleanup(CGF.EHStack.stable_begin());
    [all...]
CodeGenFunction.cpp 303 bool HasCleanups = EHStack.stable_begin() != PrologueCleanupDepth;
799 PrologueCleanupDepth = EHStack.stable_begin();
    [all...]
CGException.cpp 361 EHScopeStack::stable_iterator cleanup = EHStack.stable_begin();
    [all...]
CodeGenFunction.h 481 CleanupStackDepth = CGF.EHStack.stable_begin();
500 return CGF.EHStack.stable_begin() != CleanupStackDepth;
    [all...]
CGStmt.cpp 451 Dest.setScopeDepth(EHStack.stable_begin());
    [all...]

Completed in 1089 milliseconds