Home
last modified time | relevance | path

Searched refs:cxx_pp (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Derror.c45 #define cxx_pp (&scratch_pretty_printer) macro
49 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
112 pp_construct (pp_base (cxx_pp), NULL, 0); in init_error()
113 pp_cxx_pretty_printer_init (cxx_pp); in init_error()
131 pp_cxx_colon_colon (cxx_pp); in dump_scope()
137 pp_cxx_colon_colon (cxx_pp); in dump_scope()
142 pp_cxx_colon_colon (cxx_pp); in dump_scope()
206 pp_separate_with_comma (cxx_pp); in dump_template_argument_list()
231 pp_cxx_ws_string (cxx_pp, "class"); in dump_template_parameter()
233 pp_cxx_ws_string (cxx_pp, "..."); in dump_template_parameter()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Derror.c44 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()
[all …]