Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-eh.c1070 geh_else *eh_else; in lower_try_finally_nofallthru() local
1095 if (eh_else) in lower_try_finally_nofallthru()
1134 geh_else *eh_else; in lower_try_finally_onedest() local
1149 if (eh_else) in lower_try_finally_onedest()
1239 geh_else *eh_else; in lower_try_finally_copy() local
1248 if (eh_else) in lower_try_finally_copy()
1270 if (eh_else) in lower_try_finally_copy()
1373 geh_else *eh_else; in lower_try_finally_switch() local
1440 if (eh_else) in lower_try_finally_switch()
1580 geh_else *eh_else; in decide_copy_try_finally() local
[all …]
H A Dtree-cfg.c5196 geh_else *eh_else = as_a <geh_else *> (stmt); in verify_gimple_in_seq_2() local
5197 err |= verify_gimple_in_seq_2 (gimple_eh_else_n_body (eh_else)); in verify_gimple_in_seq_2()
5198 err |= verify_gimple_in_seq_2 (gimple_eh_else_e_body (eh_else)); in verify_gimple_in_seq_2()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-eh.c957 gimple x, eh_else; in honor_protect_cleanup_actions() local
971 if (eh_else) in honor_protect_cleanup_actions()
1024 gimple x, eh_else; in lower_try_finally_nofallthru() local
1049 if (eh_else) in lower_try_finally_nofallthru()
1177 gimple x, eh_else; in lower_try_finally_copy() local
1186 if (eh_else) in lower_try_finally_copy()
1207 if (eh_else) in lower_try_finally_copy()
1309 gimple x, eh_else; in lower_try_finally_switch() local
1375 if (eh_else) in lower_try_finally_switch()
1526 gimple eh_else; in decide_copy_try_finally() local
[all …]