Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c48 static cxx_pretty_printer * const cxx_pp = &actual_pretty_printer; variable
52 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
2237 pp_string (cxx_pp, M_("<ubsan routine call>")); in dump_expr()
2910 pp_cxx_requires_expr (cxx_pp, t); in dump_expr()
2914 pp_cxx_simple_requirement (cxx_pp, t); in dump_expr()
2918 pp_cxx_type_requirement (cxx_pp, t); in dump_expr()
2922 pp_cxx_compound_requirement (cxx_pp, t); in dump_expr()
2926 pp_cxx_nested_requirement (cxx_pp, t); in dump_expr()
2934 pp_cxx_constraint (cxx_pp, t); in dump_expr()
2988 pp_clear_output_area (cxx_pp); in reinit_cxx_pp()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc48 static cxx_pretty_printer * const cxx_pp = &actual_pretty_printer; variable
52 #define M_(msgid) (pp_translate_identifiers (cxx_pp) ? _(msgid) : (msgid))
2338 pp_string (cxx_pp, M_("<ubsan routine call>")); in dump_expr()
2996 pp_cxx_requires_expr (cxx_pp, t); in dump_expr()
3000 pp_cxx_simple_requirement (cxx_pp, t); in dump_expr()
3004 pp_cxx_type_requirement (cxx_pp, t); in dump_expr()
3008 pp_cxx_compound_requirement (cxx_pp, t); in dump_expr()
3012 pp_cxx_nested_requirement (cxx_pp, t); in dump_expr()
3020 pp_cxx_constraint (cxx_pp, t); in dump_expr()
3081 pp_clear_output_area (cxx_pp); in reinit_cxx_pp()
[all …]
H A DChangeLog-2014738 (cxx_pp): Use a real pointer not a macro.
739 (init_error): Just initialize cxx_pp.
H A DChangeLog-2007535 * error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope
H A DChangeLog-20153124 (cxx_pp): Constify and update accordingly.
H A DChangeLog-20131648 pp_cxx_pretty_printer_init. Initialize cxx_pp with placement-new.