Searched refs:pp_separate_with (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-pretty-print.c | 531 pp_separate_with (pp, ','); in pp_c_parameter_type_list() 542 pp_separate_with (pp, ','); in pp_c_parameter_type_list() 807 pp_separate_with (pp, ','); in pp_c_attributes() 843 pp_separate_with (pp, ','); in pp_c_attributes_display() 1271 pp_separate_with (this, ','); in primary_expression() 1276 pp_separate_with (this, ','); in primary_expression() 1397 pp_separate_with (pp, ','); in pp_c_initializer_list() 1410 pp_separate_with (pp, ','); in pp_c_initializer_list() 1423 pp_separate_with (pp, ','); in pp_c_initializer_list() 1519 pp_separate_with (this, ','); in postfix_expression() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-pretty-print.cc | 541 pp_separate_with (pp, ','); in pp_c_parameter_type_list() 552 pp_separate_with (pp, ','); in pp_c_parameter_type_list() 869 pp_separate_with (pp, ','); in pp_c_attributes() 905 pp_separate_with (pp, ','); in pp_c_attributes_display() 1333 pp_separate_with (this, ','); in primary_expression() 1338 pp_separate_with (this, ','); in primary_expression() 1494 pp_separate_with (pp, ','); in pp_c_initializer_list() 1507 pp_separate_with (pp, ','); in pp_c_initializer_list() 1520 pp_separate_with (pp, ','); in pp_c_initializer_list() 1619 pp_separate_with (this, ','); in postfix_expression() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | pretty-print.h | 365 extern void pp_separate_with (pretty_printer *, char);
|
H A D | pretty-print.c | 1916 pp_separate_with (pretty_printer *pp, char c) in pp_separate_with() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | pretty-print.h | 365 extern void pp_separate_with (pretty_printer *, char);
|
H A D | pretty-print.cc | 1916 pp_separate_with (pretty_printer *pp, char c) in pp_separate_with() function
|
H A D | ChangeLog-2013 | 21704 (pp_separate_with): Likewise. 21707 (pp_separate_with): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cxx-pretty-print.cc | 86 pp_separate_with (pp, c); in pp_cxx_separate_with()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cxx-pretty-print.c | 86 pp_separate_with (pp, c); in pp_cxx_separate_with()
|