Home
last modified time | relevance | path

Searched refs:macro_locs (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmodule.cc3412 loc_range_t GTY((skip)) macro_locs;
3663 ordinary_locs (0, 0), macro_locs (0, 0), in module_state()
14390 unsigned macro_locs; member
14397 ordinary_locs (0), macro_locs (0), ordinary_loc_align (0) in module_state_config()
15529 if (loc >= probe->macro_locs.second) in module_for_macro_loc()
15531 else if (loc >= probe->macro_locs.first) in module_for_macro_loc()
15600 unsigned off = import->macro_locs.second - loc - 1; in write_location()
15677 if (macro_locs.first) in read_location()
15681 if (adjusted < macro_locs.first) in read_location()
15683 else if (adjusted < macro_locs.second) in read_location()
[all …]