reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
153 for (stable_iterator si = getInnermostEHScope(); si != stable_end(); ) { 168 for (stable_iterator si = getInnermostNormalCleanup(), se = stable_end(); 174 return stable_end(); 228 assert(getInnermostEHScope() == stable_end()); 810 (Scope.getEnclosingNormalCleanup() != EHStack.stable_end()); 1030 if (TopCleanup == EHStack.stable_end() || 1061 if (TopCleanup == EHStack.stable_end() || 1230 assert(C != EHStack.stable_end() && "activating bottom of stack?"); 1242 assert(C != EHStack.stable_end() && "deactivating bottom of stack?");tools/clang/lib/CodeGen/CGCleanup.h
451 : EHScope(Filter, EHScopeStack::stable_end()) {
tools/clang/lib/CodeGen/CGException.cpp598 if (si == EHStack.stable_end()) 645 if (SI == EHStack.stable_end())tools/clang/lib/CodeGen/CGStmt.cpp
585 if (innermostScope != EHScopeStack::stable_end() && ParentScope) {
tools/clang/lib/CodeGen/CodeGenFunction.h 765 EHScopeStack::stable_end();
tools/clang/lib/CodeGen/EHScopeStack.h267 StartOfData(nullptr), InnermostNormalCleanup(stable_end()), 268 InnermostEHScope(stable_end()) {} 350 return InnermostNormalCleanup != stable_end();