Home
last modified time | relevance | path

Searched refs:doImplicitRethrow (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGException.cpp1034 bool doImplicitRethrow = false; in ExitCXXTryStmt() local
1036 doImplicitRethrow = isa<CXXDestructorDecl>(CurCodeDecl) || in ExitCXXTryStmt()
1077 if (doImplicitRethrow && HaveInsertPoint()) { in ExitCXXTryStmt()
/external/llvm-project/clang/lib/CodeGen/
DCGException.cpp1181 bool doImplicitRethrow = false; in ExitCXXTryStmt() local
1183 doImplicitRethrow = isa<CXXDestructorDecl>(CurCodeDecl) || in ExitCXXTryStmt()
1242 if (doImplicitRethrow && HaveInsertPoint()) { in ExitCXXTryStmt()