Searched defs:line_maps (Results 1 – 3 of 3) sorted by relevance
735 struct GTY(()) line_maps { struct739 maps_info_ordinary info_ordinary;741 maps_info_macro info_macro;744 unsigned int depth;747 bool trace_includes;750 source_location highest_location;753 source_location highest_line;757 unsigned int max_column_hint;761 line_map_realloc reallocator;786 LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind) in LINEMAPS_ALLOCATED() argument
263 struct GTY(()) line_maps { struct265 struct maps_info info_ordinary;267 struct maps_info info_macro;270 unsigned int depth;273 bool trace_includes;276 source_location highest_location;279 source_location highest_line;283 unsigned int max_column_hint;287 line_map_realloc reallocator;291 line_map_round_alloc_size_func round_alloc_size;
2125 rich_location::set_range (line_maps * /*set*/, unsigned int idx, in set_range() argument