Searched refs:highest_line (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/gcc/libcpp/ |
H A D | line-map.c | 42 set->highest_line = 0; in linemap_init() 157 set->highest_line = start_location; in linemap_add() 185 unsigned int last_line = SOURCE_LINE (map, set->highest_line); in linemap_line_start() 229 set->highest_line = r; in linemap_line_start() 239 source_location r = set->highest_line; in linemap_position_for_column()
|
H A D | lex.c | 270 cpp_error_with_line (pfile, CPP_DL_WARNING, pfile->line_table->highest_line, col, in _cpp_process_line_notes() 275 cpp_error_with_line (pfile, CPP_DL_PEDWARN, pfile->line_table->highest_line, col, in _cpp_process_line_notes() 290 cpp_error_with_line (pfile, CPP_DL_WARNING, pfile->line_table->highest_line, col, in _cpp_process_line_notes() 297 (pfile, CPP_DL_WARNING, pfile->line_table->highest_line, col, in _cpp_process_line_notes() 343 pfile->line_table->highest_line, CPP_BUF_COL (buffer), in _cpp_skip_block_comment() 375 unsigned int orig_line = pfile->line_table->highest_line; in skip_line_comment() 381 return orig_line != pfile->line_table->highest_line; in skip_line_comment() 400 cpp_error_with_line (pfile, CPP_DL_PEDWARN, pfile->line_table->highest_line, in skip_whitespace() 896 result->src_loc = pfile->line_table->highest_line; in _cpp_lex_direct() 913 result->src_loc = pfile->line_table->highest_line; in _cpp_lex_direct() [all …]
|
H A D | errors.c | 152 src_loc = pfile->line_table->highest_line; in cpp_error()
|
H A D | traditional.c | 151 source_location src_loc = pfile->line_table->highest_line; in copy_comment() 362 pfile->out.first_line = pfile->line_table->highest_line; in _cpp_scan_out_logical_line() 490 fmacro.line = pfile->line_table->highest_line; in _cpp_scan_out_logical_line()
|
H A D | internal.h | 70 unsigned int line = SOURCE_LINE (map, line_table->highest_line); \
|
H A D | files.c | 839 int sysp = pfile->line_table->highest_line > 1 && pfile->buffer ? pfile->buffer->sysp : 0; in open_file_failed() 1041 SOURCE_LINE (map, pfile->line_table->highest_line), flags); in cpp_make_system_header()
|
H A D | macro.c | 170 map = linemap_lookup (pfile->line_table, pfile->line_table->highest_line); in _cpp_builtin_macro_text() 200 number = pfile->line_table->highest_line; in _cpp_builtin_macro_text()
|
H A D | directives.c | 268 pfile->directive_line = pfile->line_table->highest_line; in start_directive()
|
/openbsd/gnu/gcc/libcpp/include/ |
H A D | line-map.h | 87 source_location highest_line; member 170 source_location r = set->highest_line; \
|