Home
last modified time | relevance | path

Searched defs:line_maps (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dline-map.h735 struct GTY(()) line_maps { struct
739 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
/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dline-map.h263 struct GTY(()) line_maps { struct
265 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;
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dline-map.c2125 rich_location::set_range (line_maps * /*set*/, unsigned int idx, in set_range() argument