Home
last modified time | relevance | path

Searched refs:eh_else (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-eh.cc992 if (geh_else *eh_else = get_eh_else (finally)) in honor_protect_cleanup_actions() local
994 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else)); in honor_protect_cleanup_actions()
995 finally = gimple_eh_else_e_body (eh_else); in honor_protect_cleanup_actions()
1066 geh_else *eh_else; in lower_try_finally_nofallthru() local
1090 eh_else = get_eh_else (finally); in lower_try_finally_nofallthru()
1091 if (eh_else) in lower_try_finally_nofallthru()
1093 finally = gimple_eh_else_n_body (eh_else); in lower_try_finally_nofallthru()
1099 finally = gimple_eh_else_e_body (eh_else); in lower_try_finally_nofallthru()
1130 geh_else *eh_else; in lower_try_finally_onedest() local
1144 eh_else = get_eh_else (finally); in lower_try_finally_onedest()
[all …]
Dtree-cfg.cc5156 geh_else *eh_else = as_a <geh_else *> (stmt); in verify_gimple_in_seq_2() local
5157 err |= verify_gimple_in_seq_2 (gimple_eh_else_n_body (eh_else)); in verify_gimple_in_seq_2()
5158 err |= verify_gimple_in_seq_2 (gimple_eh_else_e_body (eh_else)); in verify_gimple_in_seq_2()
DChangeLog.gimple-classes3415 (honor_protect_cleanup_actions): Convert local "eh_else" from
3418 (lower_try_finally_onedest): Introduce locals "eh_else" and
3421 (lower_try_finally_copy): Convert local "eh_else" from gimple to
DChangeLog-2015262 * tree-eh.c (honor_protect_cleanup_actions): Do not wrap eh_else