Searched refs:rethrow_decl (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 3421 tree rethrow_decl; member 3617 t = build2 (MODIFY_EXPR, void_type_node, cur_try_context->rethrow_decl, in next_sjlj_build_catch_list() 3669 tree rethrow_decl, stack_decl, t; in next_sjlj_build_try_catch_finally() local 3677 rethrow_decl = objc_create_temporary_var (objc_object_type); in next_sjlj_build_try_catch_finally() 3678 cur_try_context->rethrow_decl = rethrow_decl; in next_sjlj_build_try_catch_finally() 3679 TREE_CHAIN (rethrow_decl) = stack_decl; in next_sjlj_build_try_catch_finally() 3682 bind = build3 (BIND_EXPR, void_type_node, rethrow_decl, NULL, NULL); in next_sjlj_build_try_catch_finally() 3687 t = build2 (MODIFY_EXPR, void_type_node, rethrow_decl, in next_sjlj_build_try_catch_finally() 3709 COND_EXPR_THEN (t) = next_sjlj_build_exc_extract (rethrow_decl); in next_sjlj_build_try_catch_finally() 3714 catch_seq = next_sjlj_build_exc_extract (rethrow_decl); in next_sjlj_build_try_catch_finally() [all …]
|