Searched refs:eh_dispatch (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c1776 geh_dispatch *eh_dispatch; local
1793 eh_dispatch = gimple_build_eh_dispatch (try_region->index);
1794 gimple_seq_add_stmt (&new_seq, eh_dispatch);
1845 gimple_set_location (eh_dispatch, catch_loc);
H A Dtree-inline.c1901 geh_dispatch *eh_dispatch = as_a <geh_dispatch *> (copy); local
1902 int r = gimple_eh_dispatch_region (eh_dispatch);
1904 gimple_eh_dispatch_set_region (eh_dispatch, r);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc1771 geh_dispatch *eh_dispatch; local
1788 eh_dispatch = gimple_build_eh_dispatch (try_region->index);
1789 gimple_seq_add_stmt (&new_seq, eh_dispatch);
1840 gimple_set_location (eh_dispatch, catch_loc);
H A Dtree-inline.cc1936 geh_dispatch *eh_dispatch = as_a <geh_dispatch *> (copy); local
1937 int r = gimple_eh_dispatch_region (eh_dispatch);
1939 gimple_eh_dispatch_set_region (eh_dispatch, r);

Completed in 293 milliseconds