reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  143   for (EHScopeStack::iterator it = begin(); stabilize(it) != Old; it++) {
  153   for (stable_iterator si = getInnermostEHScope(); si != stable_end(); ) {
  169          si != se; ) {
  423   while (EHStack.stable_begin() != Old) {
  810         (Scope.getEnclosingNormalCleanup() != EHStack.stable_end());
 1129          I != C; ) {
 1147          i = EHStack.getInnermostEHScope(); i != cleanup; ) {
 1230   assert(C != EHStack.stable_end() && "activating bottom of stack?");
 1242   assert(C != EHStack.stable_end() && "deactivating bottom of stack?");
tools/clang/lib/CodeGen/CGStmt.cpp
  585   if (innermostScope != EHScopeStack::stable_end() && ParentScope) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  325   bool HasCleanups = EHStack.stable_begin() != PrologueCleanupDepth;
tools/clang/lib/CodeGen/CodeGenFunction.h
  744       return CGF.EHStack.stable_begin() != CleanupStackDepth;
tools/clang/lib/CodeGen/EHScopeStack.h
  350     return InnermostNormalCleanup != stable_end();