Home
last modified time | relevance | path

Searched refs:rethrow (Results 1 – 25 of 58) sorted by relevance

123

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dthreadgroup.d146 final void joinAll(bool rethrow = true)
154 t.join(rethrow); in synchronized()
H A Dfiber.d717 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 Dthreadbase.d181 abstract Throwable join(bool rethrow = true);
H A Dosthread.d580 override final Throwable join( bool rethrow = true )
605 if ( rethrow )
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc116 PROBE2 (rethrow, __get_object_from_ambiguous_exception(header), in __cxa_rethrow()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc119 PROBE2 (rethrow, __get_object_from_ambiguous_exception(header), in __cxa_rethrow()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc486 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 Dcoroutines.cc4276 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 DChangeLog-1997191 * 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 DWebAssemblyInstrControl.td130 // 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 Dexcept.c510 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 Dcoroutines.cc4240 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 DIntrinsicsWebAssembly.td52 // throw / rethrow
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind.inc251 /* Resume propagation of an FORCE_UNWIND exception, or to rethrow
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind.inc252 /* Resume propagation of an FORCE_UNWIND exception, or to rethrow
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-05-18-ExceptionHandling.txt162 goto TryCleanup // Exception not caught, rethrow
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExceptionHandling.rst251 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 DStatepoints.rst782 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 Dfuture723 /// Wait for the state to be ready and rethrow any stored exception
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dfuture734 /// Wait for the state to be ready and rethrow any stored exception
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgcc-cp-fe.def623 predecrement, "nx" for noexcept, "tw" for throw, "tr" for rethrow
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dgcc-cp-fe.def623 predecrement, "nx" for noexcept, "tw" for throw, "tr" for rethrow
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgcc-cp-fe.def623 predecrement, "nx" for noexcept, "tw" for throw, "tr" for rethrow
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dgcc-cp-fe.def623 predecrement, "nx" for noexcept, "tw" for throw, "tr" for rethrow
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-1998658 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 …]

123