Searched refs:line_map (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libcpp/include/ |
| D | line-map.h | 385 struct GTY((tag ("0"), desc ("MAP_ORDINARY_P (&%h) ? 1 : 2"))) line_map { struct 403 struct GTY((tag ("1"))) line_map_ordinary : public line_map { 461 struct GTY((tag ("2"))) line_map_macro : public line_map { 585 MAP_ORDINARY_P (const line_map *map) in MAP_ORDINARY_P() 593 linemap_macro_expansion_map_p (const line_map *); 600 linemap_check_ordinary (line_map *map) in linemap_check_ordinary() 611 linemap_check_ordinary (const line_map *map) in linemap_check_ordinary() 620 inline line_map_macro *linemap_check_macro (line_map *map) in linemap_check_macro() 630 linemap_check_macro (const line_map *map) in linemap_check_macro() 639 MAP_START_LOCATION (const line_map *map) in MAP_START_LOCATION() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | line-map.cc | 182 const line_map *map = linemap_lookup (set, locus); in get_combined_adhoc_loc() 284 const line_map *map = linemap_lookup (set, loc); in get_range_from_loc() 305 const line_map *map = linemap_lookup (set, loc); in pure_location_p() 331 const line_map *map = linemap_lookup (set, loc); in get_pure_location() 383 line_map * 435 line_map *result = (macro_p ? (line_map *)&set->info_macro.maps[num_maps_used] in line_map_new_raw() 436 : (line_map *)&set->info_ordinary.maps[num_maps_used]); in line_map_new_raw() 447 static struct line_map * 450 line_map *result = line_map_new_raw (set, in new_linemap() 483 const struct line_map * [all …]
|
| D | ChangeLog | 1282 (linemap_lookup): Constify line_map arg. 1284 Constify line_map arg. 1907 Reorg line_map data structures for better packing. 1910 (struct line_map): Move reason field to line_map_ordinary. Adjust 3162 const line_map * to const line_map_ordinary *. 3169 const line_map * to const line_map_ordinary *. 3172 * include/line-map.h (struct line_map): Convert from a struct 3174 (struct line_map_ordinary): Convert to a subclass of line_map. 3176 (linemap_check_ordinary): Strengthen return type from line_map * 3180 const line_map * to const line_map_ordinary *, eliminating call [all …]
|
| D | directives.cc | 1171 if (const line_map *map = linemap_add (pfile->line_table, reason, sysp, in _cpp_do_file_change()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gcc-rich-location.cc | 104 const line_map *indent_map = linemap_lookup (line_table, indent); in use_new_line() 112 const line_map *insertion_point_map in use_new_line()
|
| D | tree-diagnostic.cc | 103 const struct line_map *map; in maybe_unwind_expanded_macro_loc()
|
| D | diagnostic-show-locus.cc | 949 const line_map *map_a = linemap_lookup (line_table, loc_a); in compatible_locations_p() 952 const line_map *map_b = linemap_lookup (line_table, loc_b); in compatible_locations_p()
|
| D | input.cc | 1155 struct line_map *next_map = LINEMAPS_ORDINARY_MAP_AT (set, idx + 1); in get_end_location()
|
| D | ChangeLog-2015 | 32338 local "new_map" from const line_map * to 32347 const line_map * to const line_map_ordinary *. 32349 line_map *, one to const line_map_ordinary *, the other 32352 const line_map * to const line_map_macro *. 32358 an ordinary map. Strengthen local "m" from const line_map * to
|
| D | ChangeLog-2003 | 1547 (struct line_map, linemap_add, linemap_lookup): Replace filefile 11688 (struct line_map, linemap_add, linemap_lookup): Use it.
|
| D | ChangeLog-2001 | 14298 * line-map.h (struct line_map): New members reason, sysp.
|
| D | ChangeLog-2016 | 29932 where one or both locations aren't within a line_map.
|
| D | ChangeLog-2017 | 31913 from const line_map * to const line_map_ordinary *.
|
| D | ChangeLog-2011 | 8338 touching the internals of struct line_map. Use the public API instead.
|
| D | ChangeLog-2004 | 42223 * line-map.h (struct line_map): New field column_bits.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | module.cc | 13743 const line_map *map = linemap_lookup (lmaps, from); in ordinary_loc_of()
|