Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc13734 ordinary_loc_of (line_maps *lmaps, location_t from) in ordinary_loc_of() argument
13739 from = get_location_from_adhoc_loc (lmaps, from); in ordinary_loc_of()
13740 if (from >= LINEMAPS_MACRO_LOWEST_LOCATION (lmaps)) in ordinary_loc_of()
13743 const line_map *map = linemap_lookup (lmaps, from); in ordinary_loc_of()
14181 if (lmaps) in read_imports()
14239 if (lmaps && exportedness >= 0) in read_imports()
14281 unsigned direct = read_imports (sec, reader, lmaps); in read_imports()
19227 loc = ordinary_loc_of (lmaps, loc); in maybe_translate_include()
19229 = linemap_check_ordinary (linemap_lookup (lmaps, loc)); in maybe_translate_include()
19275 gcc_checking_assert (lmaps == line_table); in module_begin_main_file()
[all …]