Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Derror.c35 #define pp_separate_with_comma(PP) pp_cxx_separate_with (PP, ',') macro
158 pp_separate_with_comma (cxx_pp); in dump_template_argument_list()
235 pp_separate_with_comma (cxx_pp); in dump_template_bindings()
943 pp_separate_with_comma (cxx_pp); in dump_template_decl()
1095 pp_separate_with_comma (cxx_pp); in dump_parameters()
1133 pp_separate_with_comma (cxx_pp); in dump_exception_spec()
1226 pp_separate_with_comma (cxx_pp); in dump_template_parms()
1256 pp_separate_with_comma (cxx_pp); in dump_template_parms()
1274 pp_separate_with_comma (cxx_pp); in dump_expr_list()
1290 pp_separate_with_comma (cxx_pp); in dump_expr_init_vec()
[all …]
H A DChangeLog-20044296 (pp_separate_with_comma): Use pp_cxx_separate_with.