Home
last modified time | relevance | path

Searched refs:maybe_print_line (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcc/
HDc-ppoutput.c51 static void maybe_print_line (source_location);
202 cb.maybe_print_line = maybe_print_line; in scan_translation_unit_directives_only()
223 maybe_print_line (pfile->out.first_line); in scan_translation_unit_trad()
235 maybe_print_line (source_location src_loc) in maybe_print_line() function
309 maybe_print_line (src_loc); in cb_line_change()
333 maybe_print_line (line); in cb_ident()
341 maybe_print_line (line); in cb_define()
360 maybe_print_line (line); in cb_undef()
370 maybe_print_line (line); in cb_include()
434 maybe_print_line (LAST_SOURCE_LINE_LOCATION (from)); in pp_file_change()
[all …]
HDChangeLog-200114289 (maybe_print_line): Similarly.
14893 (maybe_print_line, print_line): Take a map pointer.
15103 (maybe_print_line): Simplify.
31734 (maybe_print_line): Use options not no_line_dirs.
HDChangeLog-200442277 * c-ppoutput.c (maybe_print_line, print_line): Don't take map
42280 (init_pp_output, account_for_newlines, maybe_print_line): Adjust.
HDChangeLog-200210535 (account_for_newlines, print_line, maybe_print_line,
HDChangeLog-20038272 (print_line, maybe_print_line, cb_define, cb_undef, cb_include,
/NextBSD/contrib/gcclibs/libcpp/
HDdirectives-only.c115 cb->maybe_print_line (pfile->line_table->highest_line); in _cpp_preprocess_dir_only()
HDinternal.h580 void (*maybe_print_line) (source_location); member