Home
last modified time | relevance | path

Searched refs:pp_newline_and_flush (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpretty-print.h363 extern void pp_newline_and_flush (pretty_printer *);
Ddiagnostic.cc166 pp_newline_and_flush (context->printer); in default_diagnostic_final_cb()
1319 pp_newline_and_flush (context->printer); in diagnostic_report_diagnostic()
1491 pp_newline_and_flush (global_dc->printer); in verbatim()
1994 pp_newline_and_flush (context->printer); in error_recursion()
Dlanghooks.cc468 pp_newline_and_flush (context->printer); in lhd_print_error_function()
Dgimple-pretty-print.cc159 pp_newline_and_flush (&buffer); in print_gimple_stmt()
226 pp_newline_and_flush (&buffer); in print_gimple_seq()
3074 pp_newline_and_flush (buffer); in gimple_dump_bb_buff()
Dpretty-print.cc1895 pp_newline_and_flush (pretty_printer *pp) in pp_newline_and_flush() function
Dtree-pretty-print.cc146 pp_newline_and_flush (tree_pp); in print_generic_stmt()
163 pp_newline_and_flush (tree_pp); in print_generic_stmt_indented()
DChangeLog-201215631 * pretty-print.h (pp_newline_and_flush): New macro with the behavior
15633 * langhooks.c (lhd_print_error_function): Use pp_newline_and_flush
DChangeLog-201614899 instead of pp_newline_and_flush().
33571 of pp_newline_and_flush with pp_flush.
DChangeLog-201321701 * pretty-print.h (pp_newline_and_flush): Declare. Remove macro
21705 * pretty-print.c (pp_newline_and_flush): Define.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcxx-pretty-print.cc1769 pp_newline_and_flush (pp); in pp_cxx_function_definition()
DChangeLog-20121286 pp_newline_and_flush instead of separate pp_newline and pp_flush.