Lines Matching refs:try_finally_expr
370 gtry *try_finally_expr; member
633 if (!outside_finally_tree (temp, tf->try_finally_expr)) in record_in_goto_queue_label()
727 gcc_assert (!outside_finally_tree (temp, tf->try_finally_expr)); in verify_norecord_switch_expr()
922 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block()
940 label = create_artificial_label (gimple_location (tf->try_finally_expr)); in lower_try_finally_fallthru_label()
945 record_in_finally_tree (temp, tf->outer->tf->try_finally_expr); in lower_try_finally_fallthru_label()
1022 gimple_location (tf->try_finally_expr)); in honor_protect_cleanup_actions()
1075 lab = create_artificial_label (gimple_location (tf->try_finally_expr)); in lower_try_finally_nofallthru()
1121 gimple_set_location (x, gimple_location (tf->try_finally_expr)); in lower_try_finally_nofallthru()
1141 location_t loc = gimple_location (tf->try_finally_expr); in lower_try_finally_onedest()
1166 gimple_set_location (stmt, gimple_location (tf->try_finally_expr)); in lower_try_finally_onedest()
1242 location_t tf_loc = gimple_location (tf->try_finally_expr); in lower_try_finally_copy()
1380 location_t tf_loc = gimple_location (tf->try_finally_expr); in lower_try_finally_switch()
1670 this_tf.try_finally_expr = tp; in lower_try_finally()
1966 fake_tf.top_p = fake_tf.try_finally_expr = tp; in lower_cleanup()