Home
last modified time | relevance | path

Searched refs:pp_cxx_separate_with (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc84 pp_cxx_separate_with (cxx_pretty_printer *pp, int c) in pp_cxx_separate_with() function
598 pp_cxx_separate_with (this, ','); in postfix_expression()
613 pp_cxx_separate_with (this, ','); in postfix_expression()
621 pp_cxx_separate_with (this, ','); in postfix_expression()
1231 pp_cxx_separate_with (this, ','); in expression()
1563 pp_cxx_separate_with (pp, ','); in pp_cxx_parameter_declaration_clause()
1631 pp_cxx_separate_with (pp, ','); in pp_cxx_exception_specification()
1749 pp_cxx_separate_with (pp, ','); in pp_cxx_ctor_initializer()
1902 pp_cxx_separate_with (this, ','); in type_id()
1952 pp_cxx_separate_with (pp, ','); in pp_cxx_template_argument_list()
[all …]
H A Dcxx-pretty-print.h90 void pp_cxx_separate_with (cxx_pretty_printer *, int);
H A Derror.cc39 #define pp_separate_with_comma(PP) pp_cxx_separate_with (PP, ',')
40 #define pp_separate_with_semicolon(PP) pp_cxx_separate_with (PP, ';')
H A DChangeLog-20044296 (pp_separate_with_comma): Use pp_cxx_separate_with.
5095 (pp_cxx_separate_with): Define.
H A DChangeLog-20131836 (pp_cxx_separate_with): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c84 pp_cxx_separate_with (cxx_pretty_printer *pp, int c) in pp_cxx_separate_with() function
597 pp_cxx_separate_with (this, ','); in postfix_expression()
612 pp_cxx_separate_with (this, ','); in postfix_expression()
620 pp_cxx_separate_with (this, ','); in postfix_expression()
1221 pp_cxx_separate_with (this, ','); in expression()
1545 pp_cxx_separate_with (pp, ','); in pp_cxx_parameter_declaration_clause()
1606 pp_cxx_separate_with (pp, ','); in pp_cxx_exception_specification()
1724 pp_cxx_separate_with (pp, ','); in pp_cxx_ctor_initializer()
1855 pp_cxx_separate_with (this, ','); in type_id()
1905 pp_cxx_separate_with (pp, ','); in pp_cxx_template_argument_list()
[all …]
H A Dcxx-pretty-print.h90 void pp_cxx_separate_with (cxx_pretty_printer *, int);
H A Derror.c39 #define pp_separate_with_comma(PP) pp_cxx_separate_with (PP, ',')
40 #define pp_separate_with_semicolon(PP) pp_cxx_separate_with (PP, ';')