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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  218     if (!hasNormalCleanups())
  266   assert(hasNormalCleanups());
  382   assert(EHStack.hasNormalCleanups() &&
  733            EHStack.hasNormalCleanups());
  895       assert(EHStack.hasNormalCleanups() == HasEnclosingCleanups);
  962   assert(EHStack.hasNormalCleanups() || EHStack.getNumBranchFixups() == 0);
tools/clang/lib/CodeGen/CGStmt.cpp
  535   if (EHStack.hasNormalCleanups() && CurLexicalScope)
tools/clang/lib/CodeGen/EHScopeStack.h
  396     assert(hasNormalCleanups() && "adding fixup in scope without cleanups");