Home
last modified time | relevance | path

Searched refs:pp_construct (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dpretty-print.h291 extern void pp_construct (pretty_printer *, const char *, int);
Ddiagnostic.c97 pp_construct (context->printer, NULL, 0); in diagnostic_initialize()
Dpretty-print.c677 pp_construct (pretty_printer *pp, const char *prefix, int maximum_length) in pp_construct() function
Dtree-mudflap.c113 pp_construct (buf, /* prefix */ NULL, /* line-width */ 0); in mf_varname_tree()
Dc-pretty-print.c2061 pp_construct (pp_base (pp), NULL, 0); in print_c_tree()
Dtree-pretty-print.c2558 pp_construct (&buffer, /* prefix */NULL, /* line-width */0); in maybe_init_pretty_print()
DChangeLog-200513220 (pp_base_clear_output_area, pp_construct, pp_base_formatted_text)
DChangeLog-20038665 * pretty-print.c (pp_construct): Use xcalloc instead of xmalloc
/freebsd-12-stable/contrib/gcc/cp/
Derror.c100 pp_construct (pp_base (cxx_pp), NULL, 0); in init_error()