Lines Matching defs:pp
168 cxx_pretty_printer *pp = XNEW (cxx_pretty_printer); in cxx_initialize_diagnostics() local
185 dump_scope (cxx_pretty_printer *pp, tree scope, int flags) in dump_scope()
224 dump_template_argument (cxx_pretty_printer *pp, tree arg, int flags) in dump_template_argument()
269 dump_template_argument_list (cxx_pretty_printer *pp, tree args, int flags) in dump_template_argument_list()
295 dump_template_parameter (cxx_pretty_printer *pp, tree parm, int flags) in dump_template_parameter()
341 dump_template_bindings (cxx_pretty_printer *pp, tree parms, tree args, in dump_template_bindings()
429 dump_alias_template_specialization (cxx_pretty_printer *pp, tree t, int flags) in dump_alias_template_specialization()
446 dump_type (cxx_pretty_printer *pp, tree t, int flags) in dump_type()
666 dump_typename (cxx_pretty_printer *pp, tree t, int flags) in dump_typename()
702 dump_aggr_type (cxx_pretty_printer *pp, tree t, int flags) in dump_aggr_type()
793 dump_type_prefix (cxx_pretty_printer *pp, tree t, int flags) in dump_type_prefix()
905 dump_type_suffix (cxx_pretty_printer *pp, tree t, int flags) in dump_type_suffix()
1020 dump_global_iord (cxx_pretty_printer *pp, tree t) in dump_global_iord()
1035 dump_simple_decl (cxx_pretty_printer *pp, tree t, tree type, int flags) in dump_simple_decl()
1083 dump_decl_name (cxx_pretty_printer *pp, tree t, int flags) in dump_decl_name()
1114 dump_decl (cxx_pretty_printer *pp, tree t, int flags) in dump_decl()
1399 dump_template_decl (cxx_pretty_printer *pp, tree t, int flags) in dump_template_decl()
1550 dump_substitution (cxx_pretty_printer *pp, in dump_substitution()
1571 dump_lambda_function (cxx_pretty_printer *pp, in dump_lambda_function()
1591 dump_function_decl (cxx_pretty_printer *pp, tree t, int flags) in dump_function_decl()
1756 dump_parameters (cxx_pretty_printer *pp, tree parmtypes, int flags) in dump_parameters()
1791 dump_ref_qualifier (cxx_pretty_printer *pp, tree t, int flags ATTRIBUTE_UNUSED) in dump_ref_qualifier()
1806 dump_exception_spec (cxx_pretty_printer *pp, tree t, int flags) in dump_exception_spec()
1844 dump_function_name (cxx_pretty_printer *pp, tree t, int flags) in dump_function_name()
1908 dump_template_parms (cxx_pretty_printer *pp, tree info, in dump_template_parms()
1978 dump_call_expr_args (cxx_pretty_printer *pp, tree t, int flags, bool skipfirst) in dump_call_expr_args()
2003 dump_aggr_init_expr_args (cxx_pretty_printer *pp, tree t, int flags, in dump_aggr_init_expr_args()
2027 dump_expr_list (cxx_pretty_printer *pp, tree l, int flags) in dump_expr_list()
2041 dump_expr_init_vec (cxx_pretty_printer *pp, vec<constructor_elt, va_gc> *v, in dump_expr_init_vec()
2080 dump_expr (cxx_pretty_printer *pp, tree t, int flags) in dump_expr()
2959 dump_binary_op (cxx_pretty_printer *pp, const char *opstring, tree t, in dump_binary_op()
2975 dump_unary_op (cxx_pretty_printer *pp, const char *opstring, tree t, int flags) in dump_unary_op()
2999 pp_ggc_formatted_text (pretty_printer *pp) in pp_ggc_formatted_text()
3762 cxx_pretty_printer *pp = (cxx_pretty_printer *)context->printer; in print_concept_check_info() local
3895 newline_and_indent (pretty_printer *pp, int spc) in newline_and_indent()
3920 print_nonequal_arg (pretty_printer *pp, tree arg, bool verbose) in print_nonequal_arg()
3974 print_template_differences (pretty_printer *pp, tree type_a, tree type_b, in print_template_differences()
4067 pretty_printer *pp = &inner_pp; in type_to_string_with_compare() local
4107 print_template_tree_comparison (pretty_printer *pp, tree type_a, tree type_b, in print_template_tree_comparison()
4119 append_formatted_chunk (pretty_printer *pp, const char *content) in append_formatted_chunk()
4157 cxx_format_postprocessor::handle (pretty_printer *pp) in handle()
4277 cp_printer (pretty_printer *pp, text_info *text, const char *spec, in cp_printer()