HomeSort by: relevance | last modified time | path
    Searched refs:try_region (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1767 eh_region try_region = NULL; local
1779 try_region = gen_eh_region_try (state->cur_region);
1780 this_state.cur_region = try_region;
1786 if (!eh_region_may_contain_throw (try_region))
1790 eh_dispatch = gimple_build_eh_dispatch (try_region->index);
1792 emit_resx (&new_seq, try_region);
1796 this_state.ehp_region = try_region;
1817 c = gen_eh_region_catch (try_region, gimple_catch_types (catch_stmt));
1848 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1766 eh_region try_region = NULL; local
1778 try_region = gen_eh_region_try (state->cur_region);
1779 this_state.cur_region = try_region;
1785 if (!eh_region_may_contain_throw (try_region))
1789 eh_dispatch = gimple_build_eh_dispatch (try_region->index);
1791 emit_resx (&new_seq, try_region);
1795 this_state.ehp_region = try_region;
1816 c = gen_eh_region_catch (try_region, gimple_catch_types (catch_stmt));
1847 gimple_seq ret_seq = frob_into_branch_around (tp, try_region, out_label);

Completed in 18 milliseconds