Searched defs:rethrow (Results 1 – 5 of 5) sorted by relevance
486 tree rethrow = build_throw (input_location, NULL_TREE); in expand_end_catch_block() local
4276 tree rethrow = build_throw (fn_start, NULL_TREE); in coro_rewrite_function_body() local5197 tree rethrow = build_throw (fn_start, NULL_TREE); in morph_fn_to_coro() local
510 tree rethrow = build_throw (input_location, NULL_TREE); in expand_end_catch_block() local
4240 tree rethrow = build_throw (fn_start, NULL_TREE); in coro_rewrite_function_body() local5308 tree rethrow = build_throw (fn_start, NULL_TREE); in morph_fn_to_coro() local
723 final Throwable call( Rethrow rethrow )() in call()