reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
857 capture.setCleanup(CGF.EHStack.stable_begin()); 2402 EHScopeStack::stable_iterator cleanupDepth = CGF.EHStack.stable_begin(); 2432 EHScopeStack::stable_iterator cleanupDepth = CGF.EHStack.stable_begin();tools/clang/lib/CodeGen/CGCleanup.cpp
193 InnermostNormalCleanup = stable_begin(); 195 InnermostEHScope = stable_begin(); 231 InnermostEHScope = stable_begin(); 248 InnermostEHScope = stable_begin(); 255 InnermostEHScope = stable_begin(); 423 while (EHStack.stable_begin() != Old) { 1020 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) 1045 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) 1248 if (C == EHStack.stable_begin() &&tools/clang/lib/CodeGen/CGCleanup.h
592 assert(sp.Size <= stable_begin().Size && "finding savepoint after pop");
tools/clang/lib/CodeGen/CGCoroutine.cpp504 auto old_top = CGF.EHStack.stable_begin(); 506 auto top = CGF.EHStack.stable_begin();tools/clang/lib/CodeGen/CGDecl.cpp
2408 EHStack.stable_begin();
tools/clang/lib/CodeGen/CGException.cpp 381 EHScopeStack::stable_iterator cleanup = EHStack.stable_begin();
tools/clang/lib/CodeGen/CGExprAgg.cpp284 LifetimeEndBlock = CGF.EHStack.stable_begin(); 531 cleanup = CGF.EHStack.stable_begin(); 1325 Cleanups.push_back(CGF.EHStack.stable_begin()); 1532 addCleanup(CGF.EHStack.stable_begin()); 1611 addCleanup(CGF.EHStack.stable_begin()); 1685 cleanup = CGF.EHStack.stable_begin();tools/clang/lib/CodeGen/CGExprCXX.cpp
1075 Cleanup = EHStack.stable_begin(); 1242 Cleanup = EHStack.stable_begin(); 1678 operatorDeleteCleanup = EHStack.stable_begin();tools/clang/lib/CodeGen/CGStmt.cpp
549 Dest.setScopeDepth(EHStack.stable_begin());
tools/clang/lib/CodeGen/CodeGenFunction.cpp325 bool HasCleanups = EHStack.stable_begin() != PrologueCleanupDepth; 940 PrologueCleanupDepth = EHStack.stable_begin();tools/clang/lib/CodeGen/CodeGenFunction.h
727 CleanupStackDepth = CGF.EHStack.stable_begin(); 744 return CGF.EHStack.stable_begin() != CleanupStackDepth;