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

/external/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.cpp209 if (!hasNormalCleanups())
257 assert(hasNormalCleanups());
369 assert(EHStack.hasNormalCleanups() &&
675 EHStack.hasNormalCleanups());
824 assert(EHStack.hasNormalCleanups() == HasEnclosingCleanups);
891 assert(EHStack.hasNormalCleanups() || EHStack.getNumBranchFixups() == 0);
H A DCGStmt.cpp437 if (EHStack.hasNormalCleanups() && CurLexicalScope)

Completed in 120 milliseconds