| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
| H A D | threadgroup.d | 146 final void joinAll(bool rethrow = true) 154 t.join(rethrow); in synchronized()
|
| H A D | fiber.d | 717 final Throwable call( Rethrow rethrow = Rethrow.yes ) 719 return rethrow ? call!(Rethrow.yes)() : call!(Rethrow.no); 723 final Throwable call( Rethrow rethrow )() in call() argument 730 static if ( rethrow ) in call()
|
| H A D | threadbase.d | 181 abstract Throwable join(bool rethrow = true);
|
| H A D | osthread.d | 580 override final Throwable join( bool rethrow = true ) 605 if ( rethrow )
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | eh_throw.cc | 116 PROBE2 (rethrow, __get_object_from_ambiguous_exception(header), in __cxa_rethrow()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | eh_throw.cc | 119 PROBE2 (rethrow, __get_object_from_ambiguous_exception(header), in __cxa_rethrow()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | except.cc | 486 tree rethrow = build_throw (input_location, NULL_TREE); in expand_end_catch_block() local 488 suppress_warning (rethrow); in expand_end_catch_block() 489 finish_expr_stmt (rethrow); in expand_end_catch_block()
|
| H A D | coroutines.cc | 4276 tree rethrow = build_throw (fn_start, NULL_TREE); in coro_rewrite_function_body() local 4277 suppress_warning (rethrow); in coro_rewrite_function_body() 4278 finish_expr_stmt (rethrow); in coro_rewrite_function_body() 5197 tree rethrow = build_throw (fn_start, NULL_TREE); in morph_fn_to_coro() local 5198 suppress_warning (rethrow); in morph_fn_to_coro() 5199 finish_expr_stmt (rethrow); in morph_fn_to_coro()
|
| H A D | ChangeLog-1997 | 191 * except.c (expand_end_catch_block): Lose rethrow region. 342 * except.c (expand_start_catch_block): We only need the rethrow 511 Move the rethrow region outside the two cleanup regions. 598 when we rethrow.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrControl.td | 130 // Throwing an exception: throw / rethrow 136 defm RETHROW : NRI<(outs), (ins i32imm:$depth), [], "rethrow \t$depth", 0x09>;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | except.c | 510 tree rethrow = build_throw (input_location, NULL_TREE); in expand_end_catch_block() local 511 TREE_NO_WARNING (rethrow) = true; in expand_end_catch_block() 512 finish_expr_stmt (rethrow); in expand_end_catch_block()
|
| H A D | coroutines.cc | 4240 tree rethrow = build_throw (fn_start, NULL_TREE); in coro_rewrite_function_body() local 4241 TREE_NO_WARNING (rethrow) = true; in coro_rewrite_function_body() 4242 finish_expr_stmt (rethrow); in coro_rewrite_function_body() 5308 tree rethrow = build_throw (fn_start, NULL_TREE); in morph_fn_to_coro() local 5309 TREE_NO_WARNING (rethrow) = true; in morph_fn_to_coro() 5310 finish_expr_stmt (rethrow); in morph_fn_to_coro()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsWebAssembly.td | 52 // throw / rethrow
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
| H A D | unwind.inc | 251 /* Resume propagation of an FORCE_UNWIND exception, or to rethrow
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/ |
| H A D | unwind.inc | 252 /* Resume propagation of an FORCE_UNWIND exception, or to rethrow
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-05-18-ExceptionHandling.txt | 162 goto TryCleanup // Exception not caught, rethrow
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | ExceptionHandling.rst | 251 a rethrow from within the catch may replace this call with a 572 funclets also allows ``__CxxFrameHandler3`` to implement rethrow without 581 to rethrow an exception or continue unwinding. Therefore, LLVM must use the IR
|
| H A D | Statepoints.rst | 782 particular, there is current no way to represent a rethrow on a path which
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | future | 723 /// Wait for the state to be ready and rethrow any stored exception
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | future | 734 /// Wait for the state to be ready and rethrow any stored exception
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | gcc-cp-fe.def | 623 predecrement, "nx" for noexcept, "tw" for throw, "tr" for rethrow
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | gcc-cp-fe.def | 623 predecrement, "nx" for noexcept, "tw" for throw, "tr" for rethrow
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | gcc-cp-fe.def | 623 predecrement, "nx" for noexcept, "tw" for throw, "tr" for rethrow
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | gcc-cp-fe.def | 623 predecrement, "nx" for noexcept, "tw" for throw, "tr" for rethrow
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-1998 | 658 SYMBOL_REF for a rethrow region. 659 (push_eh_entry): Initialize a rethrow ref. 661 (new_eh_region_entry): Make static, and initialize the rethrow entry. 663 (eh_region_from_symbol): Find an EH region based on its rethrow symbol. 664 (rethrow_symbol_map): Given a label map, maps a rethrow symbol for 666 (rethrow_used): Indicate whether a rethrow symbol has been referenced. 673 (output_exception_table_entry): Generate rethrow labels, if needed. 674 (output_exception_table): Generate start and end rethrow labels. 675 (init_eh): Create rethrow symbols for beginning and end of table. 679 * flow.c (make_edges): Add different edges for rethrow calls, [all …]
|