Home | History | Annotate | Download | only in gcc

Lines Matching refs:try_finally_expr

166    determine if a goto leaves the body of a TRY_FINALLY_EXPR node.  */
368 try_finally_expr is the original GIMPLE_TRY_FINALLY. We need to retain
371 gtry *try_finally_expr;
634 if (!outside_finally_tree (temp, tf->try_finally_expr))
728 gcc_assert (!outside_finally_tree (temp, tf->try_finally_expr));
918 region = outer_state->tf->try_finally_expr;
936 label = create_artificial_label (gimple_location (tf->try_finally_expr));
941 record_in_finally_tree (temp, tf->outer->tf->try_finally_expr);
1018 gimple_location (tf->try_finally_expr));
1071 lab = create_artificial_label (gimple_location (tf->try_finally_expr));
1117 gimple_set_location (x, gimple_location (tf->try_finally_expr));
1137 location_t loc = gimple_location (tf->try_finally_expr);
1162 gimple_set_location (stmt, gimple_location (tf->try_finally_expr));
1238 location_t tf_loc = gimple_location (tf->try_finally_expr);
1376 location_t tf_loc = gimple_location (tf->try_finally_expr);
1666 this_tf.try_finally_expr = tp;
1962 fake_tf.top_p = fake_tf.try_finally_expr = tp;