Searched refs:line_map (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/contrib/gcclibs/libcpp/ |
| HD | line-map.c | 27 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 …]
|
| HD | errors.c | 44 const struct line_map *map; in print_location()
|
| HD | internal.h | 69 const struct line_map *map = &line_table->maps[line_table->used-1]; \
|
| HD | directives.c | 841 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()
|
| HD | files.c | 1120 const struct line_map *map = &line_table->maps[line_table->used-1]; in cpp_make_system_header()
|
| HD | macro.c | 116 const struct line_map *map; in _cpp_builtin_macro_text()
|
| HD | ChangeLog | 372 column_bits but can re-use the current line_map.
|
| /NextBSD/contrib/gcclibs/libcpp/include/ |
| HD | line-map.h | 50 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 *);
|
| HD | cpplib.h | 471 void (*file_change) (cpp_reader *, const struct line_map *);
|
| /NextBSD/contrib/gcc/ |
| HD | c-ppoutput.c | 237 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()
|
| HD | c-lex.c | 207 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()
|
| HD | scan-decls.c | 168 const struct line_map *map; in scan_decls()
|
| HD | c-common.h | 889 extern void fe_file_change (const struct line_map *); 1036 extern void pp_file_change (const struct line_map *);
|
| HD | fix-header.c | 219 static void cb_file_change (cpp_reader *, const struct line_map *); 596 const struct line_map *map) in cb_file_change()
|
| HD | c-opts.c | 123 static void cb_file_change (cpp_reader *, const struct line_map *); 1522 const struct line_map *new_map) in cb_file_change()
|
| HD | tree.c | 3235 const struct line_map *map = linemap_lookup (&line_table, loc); in expand_location()
|
| HD | ChangeLog-2003 | 1547 (struct line_map, linemap_add, linemap_lookup): Replace filefile 11688 (struct line_map, linemap_add, linemap_lookup): Use it.
|
| HD | ChangeLog-2001 | 14298 * line-map.h (struct line_map): New members reason, sysp.
|
| HD | ChangeLog-2004 | 42223 * line-map.h (struct line_map): New field column_bits.
|