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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 354 eh_region ehp_region; member in struct:leh_state
1002 eh_region save_ehp = outer_state->ehp_region;
1003 outer_state->ehp_region = this_state->cur_region;
1005 outer_state->ehp_region = save_ehp;
1682 this_state.ehp_region = state->ehp_region;
1796 this_state.ehp_region = try_region;
1881 this_state.ehp_region = this_region;
2018 if (state->ehp_region)
2021 state->ehp_region->index)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 354 eh_region ehp_region; member in struct:leh_state
1002 eh_region save_ehp = outer_state->ehp_region;
1003 outer_state->ehp_region = this_state->cur_region;
1005 outer_state->ehp_region = save_ehp;
1681 this_state.ehp_region = state->ehp_region;
1795 this_state.ehp_region = try_region;
1880 this_state.ehp_region = this_region;
2017 if (state->ehp_region)
2020 state->ehp_region->index)
    [all...]

Completed in 19 milliseconds