OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 20 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026