Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp660 assert(Scope.hasEHBranches() == (EHEntry != nullptr)); in PopCleanupBlock()
1143 if (EHStack.find(cleanup)->hasEHBranches()) in IsUsedAsEHCleanup()
1152 if (scope.hasEHBranches()) in IsUsedAsEHCleanup()
DCGCleanup.h131 bool hasEHBranches() const { in hasEHBranches() function
DCGException.cpp1144 if (catchScope.hasEHBranches()) in popCatchScope()
1156 if (!CatchScope.hasEHBranches()) { in ExitCXXTryStmt()
2116 if (!CatchScope.hasEHBranches()) { in ExitSEHTryStmt()
/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()