Searched refs:pp_construct (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | pretty-print.h | 291 extern void pp_construct (pretty_printer *, const char *, int);
|
| H A D | diagnostic.c | 97 pp_construct (context->printer, NULL, 0); in diagnostic_initialize()
|
| H A D | pretty-print.c | 677 pp_construct (pretty_printer *pp, const char *prefix, int maximum_length) in pp_construct() function
|
| H A D | tree-mudflap.c | 113 pp_construct (buf, /* prefix */ NULL, /* line-width */ 0); in mf_varname_tree()
|
| H A D | c-pretty-print.c | 2037 pp_construct (pp_base (pp), NULL, 0); in print_c_tree()
|
| H A D | tree-pretty-print.c | 2558 pp_construct (&buffer, /* prefix */NULL, /* line-width */0); in maybe_init_pretty_print()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | error.c | 100 pp_construct (pp_base (cxx_pp), NULL, 0); in init_error()
|