OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_nr
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-inline.cc
1484
remap_eh_region_nr (int
old_nr
, copy_body_data *id)
1488
old_r = get_eh_region_from_number_fn (id->src_cfun,
old_nr
);
1499
int
old_nr
, new_nr;
local
1501
old_nr
= tree_to_shwi (old_t_nr);
1502
new_nr = remap_eh_region_nr (
old_nr
, id);
tree-cfg.cc
7225
move_stmt_eh_region_nr (int
old_nr
, struct move_stmt_d *p)
7229
old_r = get_eh_region_from_number (
old_nr
);
7240
int
old_nr
, new_nr;
local
7242
old_nr
= tree_to_shwi (old_t_nr);
7243
new_nr = move_stmt_eh_region_nr (
old_nr
, p);
/src/external/gpl3/gcc.old/dist/gcc/
tree-inline.cc
1486
remap_eh_region_nr (int
old_nr
, copy_body_data *id)
1490
old_r = get_eh_region_from_number_fn (id->src_cfun,
old_nr
);
1501
int
old_nr
, new_nr;
local
1503
old_nr
= tree_to_shwi (old_t_nr);
1504
new_nr = remap_eh_region_nr (
old_nr
, id);
tree-cfg.cc
7046
move_stmt_eh_region_nr (int
old_nr
, struct move_stmt_d *p)
7050
old_r = get_eh_region_from_number (
old_nr
);
7061
int
old_nr
, new_nr;
local
7063
old_nr
= tree_to_shwi (old_t_nr);
7064
new_nr = move_stmt_eh_region_nr (
old_nr
, p);
Completed in 117 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026