Searched refs:rethrow_decl (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-next-runtime-abi-01.c | 2650 t = build2 (MODIFY_EXPR, void_type_node, (*ctcp)->rethrow_decl, in next_sjlj_build_catch_list() 2702 tree rethrow_decl, stack_decl, t; in next_sjlj_build_try_catch_finally() local 2711 rethrow_decl = objc_create_temporary_var (objc_object_type, NULL); in next_sjlj_build_try_catch_finally() 2712 cur_try_context->rethrow_decl = rethrow_decl; in next_sjlj_build_try_catch_finally() 2713 TREE_CHAIN (rethrow_decl) = stack_decl; in next_sjlj_build_try_catch_finally() 2716 bind = build3 (BIND_EXPR, void_type_node, rethrow_decl, NULL, NULL); in next_sjlj_build_try_catch_finally() 2721 t = build2 (MODIFY_EXPR, void_type_node, rethrow_decl, in next_sjlj_build_try_catch_finally() 2743 COND_EXPR_THEN (t) = next_sjlj_build_exc_extract (ctcp, rethrow_decl); in next_sjlj_build_try_catch_finally() 2748 catch_seq = next_sjlj_build_exc_extract (ctcp, rethrow_decl); in next_sjlj_build_try_catch_finally() 2762 (input_location, rethrow_decl), in next_sjlj_build_try_catch_finally() [all …]
|
| H A D | objc-act.h | 717 tree rethrow_decl; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-next-runtime-abi-01.cc | 2651 t = build2 (MODIFY_EXPR, void_type_node, (*ctcp)->rethrow_decl, in next_sjlj_build_catch_list() 2703 tree rethrow_decl, stack_decl, t; in next_sjlj_build_try_catch_finally() local 2712 rethrow_decl = objc_create_temporary_var (objc_object_type, NULL); in next_sjlj_build_try_catch_finally() 2713 cur_try_context->rethrow_decl = rethrow_decl; in next_sjlj_build_try_catch_finally() 2714 TREE_CHAIN (rethrow_decl) = stack_decl; in next_sjlj_build_try_catch_finally() 2717 bind = build3 (BIND_EXPR, void_type_node, rethrow_decl, NULL, NULL); in next_sjlj_build_try_catch_finally() 2722 t = build2 (MODIFY_EXPR, void_type_node, rethrow_decl, in next_sjlj_build_try_catch_finally() 2744 COND_EXPR_THEN (t) = next_sjlj_build_exc_extract (ctcp, rethrow_decl); in next_sjlj_build_try_catch_finally() 2749 catch_seq = next_sjlj_build_exc_extract (ctcp, rethrow_decl); in next_sjlj_build_try_catch_finally() 2763 (input_location, rethrow_decl), in next_sjlj_build_try_catch_finally() [all …]
|
| H A D | objc-act.h | 731 tree rethrow_decl; member
|