reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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");