Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.cpp588 assert(Scope.hasEHBranches() == (EHEntry != nullptr)); in PopCleanupBlock()
1019 if (EHStack.find(cleanup)->hasEHBranches()) in IsUsedAsEHCleanup()
1028 if (scope.hasEHBranches()) in IsUsedAsEHCleanup()
DCGCleanup.h122 bool hasEHBranches() const { in hasEHBranches() function
DCGException.cpp894 if (catchScope.hasEHBranches()) in popCatchScope()
905 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()
1656 if (!CatchScope.hasEHBranches()) { in ExitSEHTryStmt()