Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp621 assert(Scope.hasEHBranches() == (EHEntry != nullptr)); in PopCleanupBlock()
1095 if (EHStack.find(cleanup)->hasEHBranches()) in IsUsedAsEHCleanup()
1104 if (scope.hasEHBranches()) in IsUsedAsEHCleanup()
DCGCleanup.h132 bool hasEHBranches() const { in hasEHBranches() function
DCGException.cpp998 if (catchScope.hasEHBranches()) in popCatchScope()
1009 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()
1833 if (!CatchScope.hasEHBranches()) { in ExitSEHTryStmt()