• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/gcc/cp/

Lines Matching refs:cxx_pretty_printer

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);
41 static void pp_cxx_declarator (cxx_pretty_printer *, tree);
42 static void pp_cxx_parameter_declaration_clause (cxx_pretty_printer *, tree);
43 static void pp_cxx_abstract_declarator (cxx_pretty_printer *, tree);
44 static void pp_cxx_statement (cxx_pretty_printer *, tree);
45 static void pp_cxx_template_parameter (cxx_pretty_printer *, tree);
46 static void pp_cxx_cast_expression (cxx_pretty_printer *, tree);
51 pp_cxx_nonconsecutive_character (cxx_pretty_printer *pp, int c)
73 pp_cxx_colon_colon (cxx_pretty_printer *pp)
80 pp_cxx_begin_template_argument_list (cxx_pretty_printer *pp)
86 pp_cxx_end_template_argument_list (cxx_pretty_printer *pp)
92 pp_cxx_separate_with (cxx_pretty_printer *pp, int c)
118 pp_cxx_conversion_function_id (cxx_pretty_printer *pp, tree t)
125 pp_cxx_template_id (cxx_pretty_printer *pp, tree t)
141 pp_cxx_unqualified_id (cxx_pretty_printer *pp, tree t)
224 pp_cxx_template_keyword_if_needed (cxx_pretty_printer *pp, tree scope, tree t)
236 pp_cxx_nested_name_specifier (cxx_pretty_printer *pp, tree t)
252 pp_cxx_qualified_id (cxx_pretty_printer *pp, tree t)
302 pp_cxx_constant (cxx_pretty_printer *pp, tree t)
328 pp_cxx_id_expression (cxx_pretty_printer *pp, tree t)
348 pp_cxx_primary_expression (cxx_pretty_printer *pp, tree t)
411 pp_cxx_postfix_expression (cxx_pretty_printer *pp, tree t)
561 pp_cxx_new_expression (cxx_pretty_printer *pp, tree t)
602 pp_cxx_delete_expression (cxx_pretty_printer *pp, tree t)
643 pp_cxx_unary_expression (cxx_pretty_printer *pp, tree t)
688 pp_cxx_cast_expression (cxx_pretty_printer *pp, tree t)
709 pp_cxx_pm_expression (cxx_pretty_printer *pp, tree t)
743 pp_cxx_multiplicative_expression (cxx_pretty_printer *pp, tree e)
774 pp_cxx_conditional_expression (cxx_pretty_printer *pp, tree e)
793 pp_cxx_assignment_operator (cxx_pretty_printer *pp, tree t)
840 pp_cxx_assignment_expression (cxx_pretty_printer *pp, tree e)
872 pp_cxx_expression (cxx_pretty_printer *pp, tree t)
988 pp_cxx_function_specifier (cxx_pretty_printer *pp, tree t)
1016 pp_cxx_decl_specifier_seq (cxx_pretty_printer *pp, tree t)
1073 pp_cxx_simple_type_specifier (cxx_pretty_printer *pp, tree t)
1112 pp_cxx_type_specifier_seq (cxx_pretty_printer *pp, tree t)
1143 pp_cxx_ptr_operator (cxx_pretty_printer *pp, tree t)
1203 pp_cxx_parameter_declaration (cxx_pretty_printer *pp, tree t)
1221 pp_cxx_parameter_declaration_clause (cxx_pretty_printer *pp, tree t)
1260 pp_cxx_exception_specification (cxx_pretty_printer *pp, tree t)
1285 pp_cxx_direct_declarator (cxx_pretty_printer *pp, tree t)
1333 pp_cxx_declarator (cxx_pretty_printer *pp, tree t)
1353 pp_cxx_ctor_initializer (cxx_pretty_printer *pp, tree t)
1373 pp_cxx_function_definition (cxx_pretty_printer *pp, tree t)
1396 pp_cxx_abstract_declarator (cxx_pretty_printer *pp, tree t)
1417 pp_cxx_direct_abstract_declarator (cxx_pretty_printer *pp, tree t)
1460 pp_cxx_type_id (cxx_pretty_printer *pp, tree t)
1501 pp_cxx_template_argument_list (cxx_pretty_printer *pp, tree t)
1521 pp_cxx_exception_declaration (cxx_pretty_printer *pp, tree t)
1534 pp_cxx_statement (cxx_pretty_printer *pp, tree t)
1731 pp_cxx_original_namespace_definition (cxx_pretty_printer *pp, tree t)
1755 pp_cxx_namespace_alias_definition (cxx_pretty_printer *pp, tree t)
1775 pp_cxx_simple_declaration (cxx_pretty_printer *pp, tree t)
1789 pp_cxx_template_parameter_list (cxx_pretty_printer *pp, tree t)
1814 pp_cxx_template_parameter (cxx_pretty_printer *pp, tree t)
1843 pp_cxx_canonical_template_parameter (cxx_pretty_printer *pp, tree parm)
1865 pp_cxx_template_declaration (cxx_pretty_printer *pp, tree t)
1888 pp_cxx_explicit_specialization (cxx_pretty_printer *pp, tree t)
1894 pp_cxx_explicit_instantiation (cxx_pretty_printer *pp, tree t)
1916 pp_cxx_declaration (cxx_pretty_printer *pp, tree t)
1972 pp_cxx_pretty_printer_init (cxx_pretty_printer *pp)