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 164 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())
    [all...]
CGCleanup.h 526 assert(sp.Size <= stable_begin().Size && "finding savepoint after pop");
CodeGenFunction.cpp 163 if (EHStack.stable_begin() != PrologueCleanupDepth)
353 PrologueCleanupDepth = EHStack.stable_begin();
    [all...]
CGExprCXX.cpp 825 cleanup = EHStack.stable_begin();
    [all...]
CGExprAgg.cpp 413 cleanup = CGF.EHStack.stable_begin();
    [all...]
CodeGenFunction.h 491 stable_iterator stable_begin() const { function in class:clang::CodeGen::EHScopeStack
804 CleanupStackDepth = CGF.EHStack.stable_begin();
820 return CGF.EHStack.stable_begin() != CleanupStackDepth;
    [all...]
CGBlocks.cpp 562 capture.setCleanup(CGF.EHStack.stable_begin());
    [all...]
CGException.cpp 362 EHScopeStack::stable_iterator cleanup = CGF.EHStack.stable_begin();
    [all...]
CGClass.cpp 735 EHScopeStack::stable_iterator CleanupDepth = EHStack.stable_begin();
    [all...]
CGStmt.cpp 323 EHStack.stable_begin(),
    [all...]

Completed in 244 milliseconds