Home
last modified time | relevance | path

Searched refs:Rethrow (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
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()
771 enum Rethrow : bool { no, yes } enum
1886 new Fiber({}).call!(Fiber.Rethrow.no)();
1891 new Fiber({}).call(Fiber.Rethrow.yes);
1892 new Fiber({}).call(Fiber.Rethrow.no);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1351 auto t = m_fibers[m_pos].call(Fiber.Rethrow.no); in dispatch()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d1585 auto t = m_fibers[m_pos].call(Fiber.Rethrow.no); in dispatch()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-1997850 (expand_eh_region_end): Rethrow from outer_context here.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19993803 * except.c (expand_end_catch_block): Rethrow if we reach the end
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20074061 * include/bits/istream.tcc: Rethrow forced unwind.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-200810638 (break_command_really): Return void. Rethrow
H A DChangeLog-2017146 * ada-lang.c (ada_to_fixed_type_1): Rethrow errors with
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-200810638 (break_command_really): Return void. Rethrow
H A DChangeLog-2017146 * ada-lang.c (ada_to_fixed_type_1): Rethrow errors with