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

/haiku-buildtools/gcc/gcc/
H A Dtree-eh.c1873 eh_region this_region = NULL; local
1881 this_region = gen_eh_region_allowed (state->cur_region,
1883 this_state.cur_region = this_region;
1888 if (!eh_region_may_contain_throw (this_region))
1893 this_state.ehp_region = this_region;
1895 emit_eh_dispatch (&new_seq, this_region);
1896 emit_resx (&new_seq, this_region);
1898 this_region->u.allowed.label = create_artificial_label (UNKNOWN_LOCATION);
1899 x = gimple_build_label (this_region->u.allowed.label);
1907 return frob_into_branch_around (tp, this_region, NUL
1922 eh_region this_region; local
1951 eh_region this_region = NULL; local
[all...]

Completed in 101 milliseconds