Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp604 assert(Scope.hasEHBranches() == (EHEntry != nullptr)); in PopCleanupBlock()
1066 if (EHStack.find(cleanup)->hasEHBranches()) in IsUsedAsEHCleanup()
1075 if (scope.hasEHBranches()) in IsUsedAsEHCleanup()
DCGCleanup.h137 bool hasEHBranches() const { in hasEHBranches() function
DCGException.cpp996 if (catchScope.hasEHBranches()) in popCatchScope()
1007 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()
1839 if (!CatchScope.hasEHBranches()) { in ExitSEHTryStmt()