Searched refs:try_fin (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/objc/ |
| D | objc-act.c | 3670 tree catch_seq, try_fin, bind; in next_sjlj_build_try_catch_finally() local 3693 try_fin = build2 (TRY_FINALLY_EXPR, void_type_node, NULL, NULL); in next_sjlj_build_try_catch_finally() 3694 SET_EXPR_LOCATION (try_fin, cur_try_context->try_locus); in next_sjlj_build_try_catch_finally() 3695 TREE_SIDE_EFFECTS (try_fin) = 1; in next_sjlj_build_try_catch_finally() 3696 append_to_statement_list (try_fin, &BIND_EXPR_BODY (bind)); in next_sjlj_build_try_catch_finally() 3722 TREE_OPERAND (try_fin, 0) = t; in next_sjlj_build_try_catch_finally() 3730 append_to_statement_list (t, &TREE_OPERAND (try_fin, 1)); in next_sjlj_build_try_catch_finally() 3733 &TREE_OPERAND (try_fin, 1)); in next_sjlj_build_try_catch_finally() 3741 append_to_statement_list (t, &TREE_OPERAND (try_fin, 1)); in next_sjlj_build_try_catch_finally()
|