Lines Matching refs:cxx_pp

44 static cxx_pretty_printer * const cxx_pp = &actual_pretty_printer;  variable
48 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
2197 pp_string (cxx_pp, M_("<ubsan routine call>")); in dump_expr()
2810 pp_cxx_requires_expr (cxx_pp, t); in dump_expr()
2814 pp_cxx_simple_requirement (cxx_pp, t); in dump_expr()
2818 pp_cxx_type_requirement (cxx_pp, t); in dump_expr()
2822 pp_cxx_compound_requirement (cxx_pp, t); in dump_expr()
2826 pp_cxx_nested_requirement (cxx_pp, t); in dump_expr()
2839 pp_cxx_constraint (cxx_pp, t); in dump_expr()
2892 pp_clear_output_area (cxx_pp); in reinit_cxx_pp()
2893 cxx_pp->padding = pp_none; in reinit_cxx_pp()
2894 pp_indentation (cxx_pp) = 0; in reinit_cxx_pp()
2895 pp_needs_newline (cxx_pp) = false; in reinit_cxx_pp()
2896 cxx_pp->enclosing_scope = current_function_decl; in reinit_cxx_pp()
2915 pp_translate_identifiers (cxx_pp) = false; in type_as_string()
2916 dump_type (cxx_pp, typ, flags); in type_as_string()
2917 return pp_ggc_formatted_text (cxx_pp); in type_as_string()
2924 dump_type (cxx_pp, typ, flags); in type_as_string_translate()
2925 return pp_ggc_formatted_text (cxx_pp); in type_as_string_translate()
2932 pp_translate_identifiers (cxx_pp) = false; in expr_as_string()
2933 dump_expr (cxx_pp, decl, flags); in expr_as_string()
2934 return pp_ggc_formatted_text (cxx_pp); in expr_as_string()
2945 cxx_pp->flags |= pp_c_flag_gnu_v3; in decl_as_dwarf_string()
2948 cxx_pp->flags &= ~pp_c_flag_gnu_v3; in decl_as_dwarf_string()
2956 pp_translate_identifiers (cxx_pp) = false; in decl_as_string()
2957 dump_decl (cxx_pp, decl, flags); in decl_as_string()
2958 return pp_ggc_formatted_text (cxx_pp); in decl_as_string()
2965 dump_decl (cxx_pp, decl, flags); in decl_as_string_translate()
2966 return pp_ggc_formatted_text (cxx_pp); in decl_as_string_translate()
2977 cxx_pp->flags |= pp_c_flag_gnu_v3; in lang_decl_dwarf_name()
2980 cxx_pp->flags &= ~pp_c_flag_gnu_v3; in lang_decl_dwarf_name()
2995 pp_translate_identifiers (cxx_pp) = translate; in lang_decl_name()
3001 dump_type (cxx_pp, CP_DECL_CONTEXT (decl), TFF_PLAIN_IDENTIFIER); in lang_decl_name()
3002 pp_cxx_colon_colon (cxx_pp); in lang_decl_name()
3006 dump_function_name (cxx_pp, decl, TFF_PLAIN_IDENTIFIER); in lang_decl_name()
3009 dump_decl (cxx_pp, decl, TFF_PLAIN_IDENTIFIER | TFF_UNQUALIFIED_NAME); in lang_decl_name()
3011 dump_decl (cxx_pp, DECL_NAME (decl), TFF_PLAIN_IDENTIFIER); in lang_decl_name()
3013 return pp_ggc_formatted_text (cxx_pp); in lang_decl_name()
3056 dump_decl (cxx_pp, decl, flags); in decl_to_string()
3057 return pp_ggc_formatted_text (cxx_pp); in decl_to_string()
3064 dump_expr (cxx_pp, decl, 0); in expr_to_string()
3065 return pp_ggc_formatted_text (cxx_pp); in expr_to_string()
3078 dump_decl (cxx_pp, fndecl, flags); in fndecl_to_string()
3079 return pp_ggc_formatted_text (cxx_pp); in fndecl_to_string()
3113 pp_string (cxx_pp, "'this'"); in parm_to_string()
3115 pp_decimal_int (cxx_pp, p + 1); in parm_to_string()
3116 return pp_ggc_formatted_text (cxx_pp); in parm_to_string()
3157 pp_begin_quote (cxx_pp, show_color); in type_to_string()
3159 struct obstack *ob = pp_buffer (cxx_pp)->obstack; in type_to_string()
3163 dump_type (cxx_pp, typ, flags); in type_to_string()
3178 pp_end_quote (cxx_pp, show_color); in type_to_string()
3179 pp_string (cxx_pp, " {aka"); in type_to_string()
3180 pp_cxx_whitespace (cxx_pp); in type_to_string()
3182 pp_begin_quote (cxx_pp, show_color); in type_to_string()
3185 dump_type (cxx_pp, aka, flags); in type_to_string()
3188 pp_end_quote (cxx_pp, show_color); in type_to_string()
3189 pp_right_brace (cxx_pp); in type_to_string()
3212 pp_end_quote (cxx_pp, show_color); in type_to_string()
3215 return pp_ggc_formatted_text (cxx_pp); in type_to_string()
3235 pp_cxx_ws_string (cxx_pp, "NULL"); in args_to_string()
3237 dump_type (cxx_pp, error_type (TREE_VALUE (p)), flags); in args_to_string()
3239 pp_separate_with_comma (cxx_pp); in args_to_string()
3241 return pp_ggc_formatted_text (cxx_pp); in args_to_string()
3261 dump_template_decl (cxx_pp, TREE_PURPOSE (p), flags); in subst_to_string()
3262 dump_substitution (cxx_pp, NULL, tparms, targs, /*flags=*/0); in subst_to_string()
3263 return pp_ggc_formatted_text (cxx_pp); in subst_to_string()
3270 cxx_pp->padding = v ? pp_before : pp_none; in cv_to_string()
3271 pp_cxx_cv_qualifier_seq (cxx_pp, p); in cv_to_string()
3272 return pp_ggc_formatted_text (cxx_pp); in cv_to_string()
3280 dump_exception_spec (cxx_pp, p, flags); in eh_spec_to_string()
3281 return pp_ggc_formatted_text (cxx_pp); in eh_spec_to_string()