Searched refs:try_finally_expr (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-eh.cc | 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() 917 region = outer_state->tf->try_finally_expr; in lower_try_finally_dup_block() 935 label = create_artificial_label (gimple_location (tf->try_finally_expr)); in lower_try_finally_fallthru_label() 940 record_in_finally_tree (temp, tf->outer->tf->try_finally_expr); in lower_try_finally_fallthru_label() 1017 gimple_location (tf->try_finally_expr)); in honor_protect_cleanup_actions() 1070 lab = create_artificial_label (gimple_location (tf->try_finally_expr)); in lower_try_finally_nofallthru() 1116 gimple_set_location (x, gimple_location (tf->try_finally_expr)); in lower_try_finally_nofallthru() 1136 location_t loc = gimple_location (tf->try_finally_expr); in lower_try_finally_onedest() [all …]
|
H A D | tree.def | 927 DEFTREECODE (TRY_FINALLY_EXPR, "try_finally_expr", tcc_statement, 2)
|
H A D | ChangeLog.gimple-classes | 3216 (struct leh_tf_state::try_finally_expr): Strengthen field from
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-eh.c | 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() [all …]
|
H A D | tree.def | 915 DEFTREECODE (TRY_FINALLY_EXPR, "try_finally_expr", tcc_statement, 2)
|