Home | History | Annotate | Download | only in include

Lines Matching refs:tree

24 #include "tree.h"
41 typedef void (*c_pretty_print_fn) (c_pretty_printer *, tree);
44 a tree that represents a C construct. Any pretty-printer for a
173 void pp_c_space_for_pointer_operator (c_pretty_printer *, tree);
176 void pp_c_tree_decl_identifier (c_pretty_printer *, tree);
177 void pp_c_function_definition (c_pretty_printer *, tree);
178 void pp_c_attributes (c_pretty_printer *, tree);
179 void pp_c_type_qualifier_list (c_pretty_printer *, tree);
180 void pp_c_parameter_type_list (c_pretty_printer *, tree);
181 void pp_c_declaration (c_pretty_printer *, tree);
182 void pp_c_declaration_specifiers (c_pretty_printer *, tree);
183 void pp_c_declarator (c_pretty_printer *, tree);
184 void pp_c_direct_declarator (c_pretty_printer *, tree);
185 void pp_c_specifier_qualifier_list (c_pretty_printer *, tree);
186 void pp_c_function_specifier (c_pretty_printer *, tree);
187 void pp_c_type_id (c_pretty_printer *, tree);
188 void pp_c_direct_abstract_declarator (c_pretty_printer *, tree);
189 void pp_c_type_specifier (c_pretty_printer *, tree);
190 void pp_c_storage_class_specifier (c_pretty_printer *, tree);
192 void pp_c_statement (c_pretty_printer *, tree);
194 void pp_c_expression (c_pretty_printer *, tree);
195 void pp_c_logical_or_expression (c_pretty_printer *, tree);
196 void pp_c_expression_list (c_pretty_printer *, tree);
198 void pp_c_call_argument_list (c_pretty_printer *, tree);
199 void pp_c_unary_expression (c_pretty_printer *, tree);
200 void pp_c_cast_expression (c_pretty_printer *, tree);
201 void pp_c_postfix_expression (c_pretty_printer *, tree);
202 void pp_c_primary_expression (c_pretty_printer *, tree);
203 void pp_c_init_declarator (c_pretty_printer *, tree);
204 void pp_c_constant (c_pretty_printer *, tree);
205 void pp_c_id_expression (c_pretty_printer *, tree);
207 void pp_c_string_literal (c_pretty_printer *, tree);
209 void print_c_tree (FILE *file, tree t);