Home | History | Annotate | Download | only in CodeGen

Lines Matching full:rethrow

999       // and rethrow them, but this is tricky because the rethrow
1168 // Determine if we need an implicit rethrow for all these catch handlers.
1188 // If there's an implicit rethrow, push a normal "cleanup" to call
1258 // for EH. If so, rethrow.
1260 llvm::BasicBlock *RethrowBB = CGF.createBasicBlock("finally.rethrow");
1308 assert(rethrowFn && "rethrow function is required");
1312 // The rethrow function has one of the following two types:
1378 // If we need to remember the exception pointer to rethrow later, do so.