Home
last modified time | relevance | path

Searched refs:pp_separate_with_comma (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Derror.c39 #define pp_separate_with_comma(PP) pp_cxx_separate_with (PP, ',') macro
285 pp_separate_with_comma (pp); in dump_template_argument_list()
1432 pp_separate_with_comma (pp); in dump_template_decl()
1739 pp_separate_with_comma (pp); in dump_function_decl()
1766 pp_separate_with_comma (pp); in dump_parameters()
1834 pp_separate_with_comma (pp); in dump_exception_spec()
1936 pp_separate_with_comma (pp); in dump_template_parms()
1966 pp_separate_with_comma (pp); in dump_template_parms()
1992 pp_separate_with_comma (pp); in dump_call_expr_args()
2018 pp_separate_with_comma (pp); in dump_aggr_init_expr_args()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc39 #define pp_separate_with_comma(PP) pp_cxx_separate_with (PP, ',') macro
319 pp_separate_with_comma (pp); in dump_template_argument_list()
1528 pp_separate_with_comma (pp); in dump_template_decl()
1836 pp_separate_with_comma (pp); in dump_function_decl()
1863 pp_separate_with_comma (pp); in dump_parameters()
1931 pp_separate_with_comma (pp); in dump_exception_spec()
2036 pp_separate_with_comma (pp); in dump_template_parms()
2066 pp_separate_with_comma (pp); in dump_template_parms()
2092 pp_separate_with_comma (pp); in dump_call_expr_args()
2118 pp_separate_with_comma (pp); in dump_aggr_init_expr_args()
[all …]
H A DChangeLog-20044296 (pp_separate_with_comma): Use pp_cxx_separate_with.