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 170 InnermostNormalCleanup = stable_begin();
172 InnermostEHScope = stable_begin();
206 InnermostEHScope = stable_begin();
223 InnermostEHScope = stable_begin();
230 InnermostEHScope = stable_begin();
377 while (EHStack.stable_begin() != Old) {
    [all...]
CGCleanup.h 537 assert(sp.Size <= stable_begin().Size && "finding savepoint after pop");
EHScopeStack.h 444 stable_iterator stable_begin() const { function in class:clang::CodeGen::EHScopeStack
CGExprCXX.cpp 797 Cleanup = EHStack.stable_begin();
    [all...]
CGExprAgg.cpp 428 cleanup = CGF.EHStack.stable_begin();
    [all...]
CodeGenFunction.cpp 225 if (EHStack.stable_begin() != PrologueCleanupDepth) {
648 PrologueCleanupDepth = EHStack.stable_begin();
    [all...]
CGBlocks.cpp 624 capture.setCleanup(CGF.EHStack.stable_begin());
    [all...]
CodeGenFunction.h 477 CleanupStackDepth = CGF.EHStack.stable_begin();
496 return CGF.EHStack.stable_begin() != CleanupStackDepth;
    [all...]
CGException.cpp 363 EHScopeStack::stable_iterator cleanup = CGF.EHStack.stable_begin();
    [all...]
CGStmt.cpp 384 Dest.setScopeDepth(EHStack.stable_begin());
    [all...]

Completed in 144 milliseconds