Searched refs:hasNormalCleanups (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h349 bool hasNormalCleanups() const { function in class:clang::CodeGen::EHScopeStack
396 assert(hasNormalCleanups() && "adding fixup in scope without cleanups");
H A DCGCleanup.cpp218 if (!hasNormalCleanups())
266 assert(hasNormalCleanups());
382 assert(EHStack.hasNormalCleanups() &&
733 EHStack.hasNormalCleanups());
895 assert(EHStack.hasNormalCleanups() == HasEnclosingCleanups);
962 assert(EHStack.hasNormalCleanups() || EHStack.getNumBranchFixups() == 0);
H A DCGStmt.cpp543 if (EHStack.hasNormalCleanups() && CurLexicalScope)

Completed in 126 milliseconds