Searched refs:SOURCE_LINE (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | line-map.h | 140 #define SOURCE_LINE(MAP, LINE) \ macro 149 SOURCE_LINE (MAP, LAST_SOURCE_LINE_LOCATION (MAP))
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | line-map.c | 144 to_line = SOURCE_LINE (from, from[1].start_location); in linemap_add() 185 unsigned int last_line = SOURCE_LINE (map, set->highest_line); in linemap_line_start() 250 r = linemap_line_start (set, SOURCE_LINE (map, r), to_column + 50); in linemap_position_for_column()
|
| H A D | errors.c | 50 lin = SOURCE_LINE (map, line); in print_location()
|
| H A D | internal.h | 70 unsigned int line = SOURCE_LINE (map, line_table->highest_line); \
|
| H A D | files.c | 1127 SOURCE_LINE (map, pfile->line_table->highest_line), flags); in cpp_make_system_header()
|
| H A D | macro.c | 204 number = SOURCE_LINE (map, number); in _cpp_builtin_macro_text()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-lex.c | 208 input_line = SOURCE_LINE (map, loc); in cb_line_change() 287 fe_loc.line = SOURCE_LINE (map, loc); in cb_def_pragma() 312 (*debug_hooks->define) (SOURCE_LINE (map, loc), in cb_define() 322 (*debug_hooks->undef) (SOURCE_LINE (map, loc), in cb_undef()
|
| H A D | c-ppoutput.c | 238 int src_line = SOURCE_LINE (map, src_loc); in maybe_print_line() 278 print.src_line = SOURCE_LINE (map, src_loc); in print_line()
|
| H A D | scan-decls.c | 188 line = SOURCE_LINE (map, token->src_loc); in scan_decls()
|
| H A D | tree.c | 3237 xloc.line = SOURCE_LINE (map, loc); in expand_location()
|
| H A D | ChangeLog-2003 | 8744 * c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.
|
| H A D | ChangeLog-2004 | 42229 (SOURCE_LINE, LAST_SOURCE_LINE): Modify to use column_bits.
|