Searched refs:try_finally_expr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c367 try_finally_expr is the original GIMPLE_TRY_FINALLY. We need to retain
370 gtry *try_finally_expr; member in struct:leh_tf_state
633 if (!outside_finally_tree (temp, tf->try_finally_expr))
727 gcc_assert (!outside_finally_tree (temp, tf->try_finally_expr));
922 region = outer_state->tf->try_finally_expr;
940 label = create_artificial_label (gimple_location (tf->try_finally_expr));
945 record_in_finally_tree (temp, tf->outer->tf->try_finally_expr);
1022 gimple_location (tf->try_finally_expr));
1075 lab = create_artificial_label (gimple_location (tf->try_finally_expr));
1121 gimple_set_location (x, gimple_location (tf->try_finally_expr));
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc367 try_finally_expr is the original GIMPLE_TRY_FINALLY. We need to retain
370 gtry *try_finally_expr; member in struct:leh_tf_state
633 if (!outside_finally_tree (temp, tf->try_finally_expr))
727 gcc_assert (!outside_finally_tree (temp, tf->try_finally_expr));
917 region = outer_state->tf->try_finally_expr;
935 label = create_artificial_label (gimple_location (tf->try_finally_expr));
940 record_in_finally_tree (temp, tf->outer->tf->try_finally_expr);
1017 gimple_location (tf->try_finally_expr));
1070 lab = create_artificial_label (gimple_location (tf->try_finally_expr));
1116 gimple_set_location (x, gimple_location (tf->try_finally_expr));
[all...]

Completed in 241 milliseconds