Lines Matching refs:cpp
87 c_pretty_printer *cpp = (c_pretty_printer *) pp; in c_tree_printer() local
121 cpp->expression (t); in c_tree_printer()
130 pp_identifier (cpp, lang_hooks.decl_printable_name (t, 2)); in c_tree_printer()
138 struct obstack *ob = pp_buffer (cpp)->obstack; in c_tree_printer()
145 pp_identifier (cpp, lang_hooks.decl_printable_name (name, 2)); in c_tree_printer()
147 cpp->type_id (t); in c_tree_printer()
171 pp_c_whitespace (cpp); in c_tree_printer()
172 pp_left_brace (cpp); in c_tree_printer()
173 pp_c_ws_string (cpp, _("aka")); in c_tree_printer()
174 pp_c_whitespace (cpp); in c_tree_printer()
177 cpp->type_id (TYPE_CANONICAL (t)); in c_tree_printer()
180 pp_right_brace (cpp); in c_tree_printer()
189 pp_identifier (cpp, IDENTIFIER_POINTER (t)); in c_tree_printer()
191 cpp->expression (t); in c_tree_printer()
195 pp_c_type_qualifier_list (cpp, t); in c_tree_printer()
199 pp_c_cv_qualifiers (cpp, va_arg (*text->args_ptr, int), hash); in c_tree_printer()
206 pp_string (cpp, _("({anonymous})")); in c_tree_printer()