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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Derrfn.c28 /* cp_printer is the type of a function which converts an argument into
29 a string for digestion by printf. The cp_printer function should deal
33 typedef char* cp_printer PROTO((tree, int)); typedef
34 extern cp_printer * cp_printers[256];
75 cp_printer * function;
H A Derror.c29 typedef char* cp_printer (); typedef
43 #define o (cp_printer *) 0
44 cp_printer * cp_printers[256] =
/haiku-buildtools/gcc/gcc/cp/
H A Derror.c116 static bool cp_printer (pretty_printer *, text_info *, const char *,
140 diagnostic_format_decoder (context) = cp_printer;
3464 cp_printer (pretty_printer *pp, text_info *text, const char *spec,
3462 cp_printer (pretty_printer *pp, text_info *text, const char *spec, function

Completed in 100 milliseconds