Searched refs:cxx_pretty_printer (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | cxx-pretty-print.c | 31 static void pp_cxx_unqualified_id (cxx_pretty_printer *, tree); 32 static void pp_cxx_nested_name_specifier (cxx_pretty_printer *, tree); 33 static void pp_cxx_qualified_id (cxx_pretty_printer *, tree); 34 static void pp_cxx_assignment_expression (cxx_pretty_printer *, tree); 35 static void pp_cxx_expression (cxx_pretty_printer *, tree); 36 static void pp_cxx_template_argument_list (cxx_pretty_printer *, tree); 37 static void pp_cxx_type_specifier_seq (cxx_pretty_printer *, tree); 38 static void pp_cxx_ptr_operator (cxx_pretty_printer *, tree); 39 static void pp_cxx_type_id (cxx_pretty_printer *, tree); 40 static void pp_cxx_direct_abstract_declarator (cxx_pretty_printer *, tree); [all …]
|
| D | cxx-pretty-print.h | 42 } cxx_pretty_printer; typedef 65 void pp_cxx_pretty_printer_init (cxx_pretty_printer *); 66 void pp_cxx_begin_template_argument_list (cxx_pretty_printer *); 67 void pp_cxx_end_template_argument_list (cxx_pretty_printer *); 68 void pp_cxx_colon_colon (cxx_pretty_printer *); 69 void pp_cxx_separate_with (cxx_pretty_printer *, int); 71 void pp_cxx_declaration (cxx_pretty_printer *, tree); 72 void pp_cxx_canonical_template_parameter (cxx_pretty_printer *, tree);
|
| D | cp-objcp-common.c | 157 cxx_pretty_printer *pp = XNEW (cxx_pretty_printer); in cxx_initialize_diagnostics()
|
| D | error.c | 40 static cxx_pretty_printer scratch_pretty_printer;
|
| D | ChangeLog-2003 | 1828 (cxx_pretty_printer): Adjust base type.
|