Home
last modified time | relevance | path

Searched defs:rethrow (Results 1 – 5 of 5) sorted by relevance

/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
H A Dcoroutines.cc4276 tree rethrow = build_throw (fn_start, NULL_TREE); in coro_rewrite_function_body() local
5197 tree rethrow = build_throw (fn_start, NULL_TREE); in morph_fn_to_coro() local
/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
H A Dcoroutines.cc4240 tree rethrow = build_throw (fn_start, NULL_TREE); in coro_rewrite_function_body() local
5308 tree rethrow = build_throw (fn_start, NULL_TREE); in morph_fn_to_coro() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dfiber.d723 final Throwable call( Rethrow rethrow )() in call()