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

/freebsd-10.1-release/contrib/gcc/
H A Dtree-eh.c1502 struct eh_region *this_region;
1507 this_region = gen_eh_region_must_not_throw (state->cur_region);
1509 this_region = gen_eh_region_allowed (state->cur_region,
1512 this_state.cur_region = this_region;
1520 if (!get_eh_region_may_contain_throw (this_region))
1530 set_eh_region_tree_label (this_region, eh_label);
1542 struct eh_region *this_region;
1553 this_region = gen_eh_region_cleanup (state->cur_region, state->prev_try);
1555 this_state.cur_region = this_region;
1559 if (!get_eh_region_may_contain_throw (this_region))
1497 struct eh_region *this_region; local
1537 struct eh_region *this_region; local
[all...]

Completed in 51 milliseconds