Home | History | Annotate | Download | only in CodeGen

Lines Matching full:rethrow

3748   // fell off end, rethrow.
3784 e)) we avoid emitting the code to rethrow an uncaught exception.
3815 // A destination for the rethrow edge of the catch handlers to jump
3818 CGF.getJumpDestInCurrentScope("finally.rethrow");
3850 // just to rethrow the exception, or
3858 // A slot containing the exception to rethrow. Only needed when we
3906 // through the cleanup to the rethrow block.
3920 // Push the exception to rethrow onto the EH value stack for the
4094 // Emit the rethrow block.
4130 "Unexpected rethrow outside @catch block.");