Home
last modified time | relevance | path

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

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