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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c297 struct eh_region *cur_region;
1365 = gen_eh_region_cleanup (state->cur_region, state->prev_try);
1369 this_state.cur_region = this_tf.region;
1446 try_region = gen_eh_region_try (state->cur_region);
1447 this_state.cur_region = try_region;
1468 this_state.cur_region = catch_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;
1553 this_region = gen_eh_region_cleanup (state->cur_region, stat
292 struct eh_region *cur_region; member in struct:leh_state
[all...]
H A Dtree-cfg.c460 struct omp_region *cur_region = NULL; local
534 cur_region = new_omp_region (bb, code, cur_region);
539 cur_region = new_omp_region (bb, code, cur_region);
546 cur_region->exit = bb;
547 fallthru = cur_region->type != OMP_SECTION;
548 cur_region = cur_region->outer;
552 cur_region
[all...]
H A Dexcept.c224 struct eh_region *cur_region;
599 note_eh_region_may_contain_throw (cfun->eh->cur_region);
223 struct eh_region *cur_region; local

Completed in 117 milliseconds