Searched refs:pp_cxx_userdef_literal (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cxx-pretty-print.h | 97 void pp_cxx_userdef_literal (cxx_pretty_printer *, tree);
|
H A D | cxx-pretty-print.cc | 400 pp_cxx_userdef_literal (cxx_pretty_printer *pp, tree t) in pp_cxx_userdef_literal() function 456 pp_cxx_userdef_literal (this, t); in primary_expression() 1100 pp_cxx_userdef_literal (this, t); in expression()
|
H A D | error.cc | 2231 pp_cxx_userdef_literal (pp, t); in dump_expr()
|
H A D | ChangeLog-2013 | 1396 (pp_cxx_userdef_literal): Tidy. 1619 (pp_cxx_userdef_literal): Use pp_id_expression.
|
H A D | ChangeLog-2011 | 1076 * cxx-pretty-print.h: (pp_cxx_userdef_literal) New. 1077 * cxx-pretty-print.c: (pp_cxx_userdef_literal) New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cxx-pretty-print.h | 97 void pp_cxx_userdef_literal (cxx_pretty_printer *, tree);
|
H A D | cxx-pretty-print.c | 399 pp_cxx_userdef_literal (cxx_pretty_printer *pp, tree t) in pp_cxx_userdef_literal() function 455 pp_cxx_userdef_literal (this, t); in primary_expression() 1090 pp_cxx_userdef_literal (this, t); in expression()
|
H A D | error.c | 2130 pp_cxx_userdef_literal (pp, t); in dump_expr()
|