Searched refs:tmp_pp (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-diagnostic-path.cc | 364 pretty_printer tmp_pp; in print_path_summary_as_text() local 365 write_indent (&tmp_pp, cur_indent + per_frame_indent); in print_path_summary_as_text() 366 pp_string (&tmp_pp, start_line_color); in print_path_summary_as_text() 367 pp_string (&tmp_pp, "|"); in print_path_summary_as_text() 368 pp_string (&tmp_pp, end_line_color); in print_path_summary_as_text() 369 prefix = xstrdup (pp_formatted_text (&tmp_pp)); in print_path_summary_as_text()
|
| H A D | gcc-rich-location.cc | 172 pretty_printer tmp_pp; in add_fixit_insert_formatted() local 173 pretty_printer *pp = &tmp_pp; in add_fixit_insert_formatted()
|
| H A D | diagnostic.cc | 2332 pretty_printer tmp_pp; in test_print_parseable_fixits_bytes_vs_display_columns() local 2333 print_escaped_string (&tmp_pp, fname); in test_print_parseable_fixits_bytes_vs_display_columns() 2334 char *escaped_fname = xstrdup (pp_formatted_text (&tmp_pp)); in test_print_parseable_fixits_bytes_vs_display_columns()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-diagnostic-path.cc | 368 pretty_printer tmp_pp; in print() local 369 write_indent (&tmp_pp, cur_indent + per_frame_indent); in print() 370 pp_string (&tmp_pp, start_line_color); in print() 371 pp_string (&tmp_pp, "|"); in print() 372 pp_string (&tmp_pp, end_line_color); in print() 373 prefix = xstrdup (pp_formatted_text (&tmp_pp)); in print()
|
| H A D | gcc-rich-location.c | 172 pretty_printer tmp_pp; in add_fixit_insert_formatted() local 173 pretty_printer *pp = &tmp_pp; in add_fixit_insert_formatted()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | engine.cc | 2709 pretty_printer tmp_pp; in print_bar_charts() local 2710 pp_printf (&tmp_pp, "sn %i (bb %i)", in print_bar_charts() 2712 enodes_per_snode.add_item (pp_formatted_text (&tmp_pp), in print_bar_charts() 2716 excess_enodes_per_snode.add_item (pp_formatted_text (&tmp_pp), in print_bar_charts()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | error.c | 4140 pretty_printer tmp_pp; in add_quotes() local 4141 pp_show_color (&tmp_pp) = show_color; in add_quotes() 4145 pp_printf (&tmp_pp, "%<%s%>", content); in add_quotes() 4147 return pp_ggc_formatted_text (&tmp_pp); in add_quotes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | error.cc | 4241 pretty_printer tmp_pp; in add_quotes() local 4242 pp_show_color (&tmp_pp) = show_color; in add_quotes() 4247 pp_printf (&tmp_pp, "%<%s%>", content); in add_quotes() 4249 return pp_ggc_formatted_text (&tmp_pp); in add_quotes()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | engine.cc | 4158 pretty_printer tmp_pp; in print_bar_charts() local 4159 pp_printf (&tmp_pp, "sn %i (bb %i)", in print_bar_charts() 4161 enodes_per_snode.add_item (pp_formatted_text (&tmp_pp), in print_bar_charts() 4165 excess_enodes_per_snode.add_item (pp_formatted_text (&tmp_pp), in print_bar_charts()
|