Searched refs:cxx_pp (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Derror.c52 /* cxx_pp is a C++ front-end-specific pretty printer: this is where we
58 static cxx_pretty_printer * cxx_pp = &scratch_pretty_printer; variable
62 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
143 /* Initialize the global cxx_pp that is used as the memory store for
145 cxx_pp above. */
150 new (cxx_pp) cxx_pretty_printer ();
2090 pp_string (cxx_pp, M_("<ubsan routine call>"));
2749 pp_clear_output_area (cxx_pp);
2750 cxx_pp->padding = pp_none;
2751 pp_indentation (cxx_pp)
[all...]

Completed in 41 milliseconds