Home
last modified time | relevance | path

Searched refs:hasEHBranches (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGCleanup.cpp578 assert(Scope.hasEHBranches() == (EHEntry != 0)); in PopCleanupBlock()
1012 if (EHStack.find(cleanup)->hasEHBranches()) in IsUsedAsEHCleanup()
1021 if (scope.hasEHBranches()) in IsUsedAsEHCleanup()
DCGCleanup.h122 bool hasEHBranches() const { in hasEHBranches() function
DCGException.cpp1234 if (catchScope.hasEHBranches()) in popCatchScope()
1245 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()