Searched refs:cxx_pretty_printer (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
H A Dcxx-pretty-print.h42 } cxx_pretty_printer; typedef in typeref:struct:__anon1466
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);
H A Dcxx-pretty-print.c31 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 *, tre
[all...]
H A Dcp-objcp-common.c157 cxx_pretty_printer *pp = XNEW (cxx_pretty_printer);
H A Derror.c40 static cxx_pretty_printer scratch_pretty_printer;

Completed in 63 milliseconds