Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/libcpp/
HDline-map.c27 static void trace_include (const struct line_maps *, const struct line_map *);
51 struct line_map *map; in linemap_check_files_exited()
87 const struct line_map *
91 struct line_map *map; in linemap_add()
100 set->maps = XRESIZEVEC (struct line_map, set->maps, set->allocated); in linemap_add()
114 struct line_map *from; in linemap_add()
182 struct line_map *map = &set->maps[set->used - 1]; in linemap_line_start()
221 map = (struct line_map*) linemap_add (set, LC_RENAME, map->sysp, in linemap_line_start()
249 struct line_map *map = &set->maps[set->used - 1]; in linemap_position_for_column()
264 const struct line_map *
[all …]
HDerrors.c44 const struct line_map *map; in print_location()
HDinternal.h69 const struct line_map *map = &line_table->maps[line_table->used-1]; \
HDdirectives.c841 const struct line_map *map = &line_table->maps[line_table->used - 1]; in do_line()
897 const struct line_map *map = &line_table->maps[line_table->used - 1]; in do_linemarker()
975 const struct line_map *map = linemap_add (pfile->line_table, reason, sysp, in _cpp_do_file_change()
HDfiles.c1120 const struct line_map *map = &line_table->maps[line_table->used-1]; in cpp_make_system_header()
HDmacro.c116 const struct line_map *map; in _cpp_builtin_macro_text()
HDChangeLog372 column_bits but can re-use the current line_map.
/NextBSD/contrib/gcclibs/libcpp/include/
HDline-map.h50 struct line_map struct
66 struct line_map *maps;
124 extern const struct line_map *linemap_add
130 extern const struct line_map *linemap_lookup
137 const struct line_map *);
HDcpplib.h471 void (*file_change) (cpp_reader *, const struct line_map *);
/NextBSD/contrib/gcc/
HDc-ppoutput.c237 const struct line_map *map = linemap_lookup (&line_table, src_loc); in maybe_print_line()
271 const struct line_map *map = linemap_lookup (&line_table, src_loc); in print_line()
320 const struct line_map *map = linemap_lookup (&line_table, src_loc); in cb_line_change()
412 pp_file_change (const struct line_map *map) in pp_file_change()
433 const struct line_map *from = INCLUDED_FROM (&line_table, map); in pp_file_change()
HDc-lex.c207 const struct line_map *map = linemap_lookup (&line_table, loc); in cb_line_change()
214 fe_file_change (const struct line_map *new_map) in fe_file_change()
285 const struct line_map *map = linemap_lookup (&line_table, loc); in cb_def_pragma()
311 const struct line_map *map = linemap_lookup (&line_table, loc); in cb_define()
321 const struct line_map *map = linemap_lookup (&line_table, loc); in cb_undef()
HDscan-decls.c168 const struct line_map *map; in scan_decls()
HDc-common.h889 extern void fe_file_change (const struct line_map *);
1036 extern void pp_file_change (const struct line_map *);
HDfix-header.c219 static void cb_file_change (cpp_reader *, const struct line_map *);
596 const struct line_map *map) in cb_file_change()
HDc-opts.c123 static void cb_file_change (cpp_reader *, const struct line_map *);
1522 const struct line_map *new_map) in cb_file_change()
HDtree.c3235 const struct line_map *map = linemap_lookup (&line_table, loc); in expand_location()
HDChangeLog-20031547 (struct line_map, linemap_add, linemap_lookup): Replace filefile
11688 (struct line_map, linemap_add, linemap_lookup): Use it.
HDChangeLog-200114298 * line-map.h (struct line_map): New members reason, sysp.
HDChangeLog-200442223 * line-map.h (struct line_map): New field column_bits.