Searched refs:cxx_pp (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | error.c | 48 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 D | error.cc | 48 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 D | ChangeLog-2014 | 738 (cxx_pp): Use a real pointer not a macro. 739 (init_error): Just initialize cxx_pp.
|
H A D | ChangeLog-2007 | 535 * error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope
|
H A D | ChangeLog-2015 | 3124 (cxx_pp): Constify and update accordingly.
|
H A D | ChangeLog-2013 | 1648 pp_cxx_pretty_printer_init. Initialize cxx_pp with placement-new.
|