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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1861 eh_region this_region = NULL; local
1869 this_region = gen_eh_region_allowed (state->cur_region,
1871 this_state.cur_region = this_region;
1877 if (!eh_region_may_contain_throw (this_region))
1881 this_state.ehp_region = this_region;
1884 x = gimple_build_eh_dispatch (this_region->index);
1887 emit_resx (&new_seq, this_region);
1889 this_region->u.allowed.label = create_artificial_label (UNKNOWN_LOCATION);
1890 x = gimple_build_label (this_region->u.allowed.label);
1898 return frob_into_branch_around (tp, this_region, NULL)
1913 eh_region this_region; local
1943 eh_region this_region = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1860 eh_region this_region = NULL; local
1868 this_region = gen_eh_region_allowed (state->cur_region,
1870 this_state.cur_region = this_region;
1876 if (!eh_region_may_contain_throw (this_region))
1880 this_state.ehp_region = this_region;
1883 x = gimple_build_eh_dispatch (this_region->index);
1886 emit_resx (&new_seq, this_region);
1888 this_region->u.allowed.label = create_artificial_label (UNKNOWN_LOCATION);
1889 x = gimple_build_label (this_region->u.allowed.label);
1897 return frob_into_branch_around (tp, this_region, NULL)
1912 eh_region this_region; local
1942 eh_region this_region = NULL; local
    [all...]

Completed in 111 milliseconds