Lines Matching refs:cpp
94 c_pretty_printer *cpp = (c_pretty_printer *) pp; in c_tree_printer() local
121 pp_c_expression (cpp, t); in c_tree_printer()
130 pp_identifier (cpp, lang_hooks.decl_printable_name (t, 2)); in c_tree_printer()
142 pp_identifier (cpp, lang_hooks.decl_printable_name (name, 2)); in c_tree_printer()
144 pp_type_id (cpp, t); in c_tree_printer()
149 pp_type_id (cpp, t); in c_tree_printer()
156 pp_identifier (cpp, IDENTIFIER_POINTER (t)); in c_tree_printer()
158 pp_expression (cpp, t); in c_tree_printer()
162 pp_c_type_qualifier_list (cpp, t); in c_tree_printer()
166 pp_c_cv_qualifiers (cpp, va_arg (*text->args_ptr, int), hash); in c_tree_printer()
173 pp_string (cpp, _("({anonymous})")); in c_tree_printer()