Searched refs:line_maps (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/gcclibs/libcpp/include/
H A Dline-map.h64 struct line_maps struct
95 extern void linemap_init (struct line_maps *);
98 extern void linemap_free (struct line_maps *);
100 /* Check for and warn about line_maps entered but not exited. */
102 extern void linemap_check_files_exited (struct line_maps *);
111 (struct line_maps *set, unsigned int to_line, unsigned int max_column_hint);
125 (struct line_maps *, enum lc_reason, unsigned int sysp,
131 (struct line_maps *, source_location);
136 extern void linemap_print_containing_files (struct line_maps *,
166 struct line_maps *se
[all...]
H A Dcpplib.h629 struct line_maps *);
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dline-map.c27 static void trace_include (const struct line_maps *, const struct line_map *);
32 linemap_init (struct line_maps *set)
46 /* Check for and warn about line_maps entered but not exited. */
49 linemap_check_files_exited (struct line_maps *set)
63 linemap_free (struct line_maps *set)
88 linemap_add (struct line_maps *set, enum lc_reason reason,
179 linemap_line_start (struct line_maps *set, unsigned int to_line,
237 linemap_position_for_column (struct line_maps *set, unsigned int to_column)
265 linemap_lookup (struct line_maps *set, source_location line)
274 /* We should get a segfault if no line_maps hav
[all...]
H A Dmakedepend.c130 reader_init (struct line_maps *line_table)
163 struct line_maps line_table;
H A Ddirectives-only.c91 struct line_maps *line_table;
H A Dinternal.h68 const struct line_maps *line_table = PFILE->line_table; \
327 struct line_maps *line_table;
H A Dinit.c139 struct line_maps *line_table)
H A Ddirectives.c840 const struct line_maps *line_table = pfile->line_table;
896 const struct line_maps *line_table = pfile->line_table;
H A Dfiles.c1119 const struct line_maps *line_table = pfile->line_table;
/freebsd-9.3-release/contrib/gcc/
H A Dinput.h26 extern struct line_maps line_table;
H A Dscan.h74 extern struct line_maps line_table;
H A Dfix-header.c102 struct line_maps line_table;
H A Dtoplev.c157 struct line_maps line_table;

Completed in 196 milliseconds