Searched refs:pp_cxx_ptr_operator (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cxx-pretty-print.cc | 33 static void pp_cxx_ptr_operator (cxx_pretty_printer *, tree); 1432 pp_cxx_ptr_operator (pp, t); in pp_cxx_type_specifier_seq() 1442 pp_cxx_ptr_operator (pp, t); in pp_cxx_type_specifier_seq() 1459 pp_cxx_ptr_operator (cxx_pretty_printer *pp, tree t) in pp_cxx_ptr_operator() function 1468 pp_cxx_ptr_operator (pp, TREE_TYPE (t)); in pp_cxx_ptr_operator()
|
H A D | ChangeLog-2013 | 1854 (pp_cxx_ptr_operator): Likewise. 3257 (pp_cxx_ptr_operator): Likewise.
|
H A D | ChangeLog-2012 | 2016 * cxx-pretty-print.c (pp_cxx_ptr_operator,
|
H A D | ChangeLog-2016 | 1446 (pp_cxx_ptr_operator): Likewise. Add FALLTHRU.
|
H A D | ChangeLog-2011 | 4343 * cxx-pretty-print.c (pp_cxx_ptr_operator):
|
H A D | ChangeLog-2003 | 1864 (pp_cxx_ptr_operator): New function.
|
H A D | ChangeLog-2004 | 4280 * cxx-pretty-print.c (pp_cxx_ptr_operator): Properly put
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cxx-pretty-print.c | 33 static void pp_cxx_ptr_operator (cxx_pretty_printer *, tree); 1417 pp_cxx_ptr_operator (pp, t); in pp_cxx_type_specifier_seq() 1434 pp_cxx_ptr_operator (cxx_pretty_printer *pp, tree t) in pp_cxx_ptr_operator() function 1443 pp_cxx_ptr_operator (pp, TREE_TYPE (t)); in pp_cxx_ptr_operator()
|