Searched refs:ds_constinit (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 5089 else if (decl_spec_seq_has_spec_p (declspecs, ds_constinit)) in check_tag_decl() 5090 error_at (declspecs->locations[ds_constinit], in check_tag_decl() 5428 if (decl_spec_seq_has_spec_p (declspecs, ds_constinit)) in start_decl() 11092 bool constinit_p = decl_spec_seq_has_spec_p (declspecs, ds_constinit); in grokdeclarator() 11396 error_at (declspecs->locations[ds_constinit], in grokdeclarator() 11405 gcc_rich_location richloc (declspecs->locations[ds_constinit]); in grokdeclarator() 11812 error_at (declspecs->locations[ds_constinit], in grokdeclarator() 12294 error_at (declspecs->locations[ds_constinit], in grokdeclarator() 13560 error_at (declspecs->locations[ds_constinit], in grokdeclarator()
|
| H A D | decl2.c | 997 if (decl_spec_seq_has_spec_p (declspecs, ds_constinit)) in grokfield()
|
| H A D | cp-tree.h | 5985 ds_constinit, enumerator
|
| H A D | parser.c | 14036 int flags = (decl_spec_seq_has_spec_p (decl_specifiers, ds_constinit) in cp_parser_decomposition_declaration() 14218 ds = ds_constinit; in cp_parser_decl_specifier_seq() 20946 int cf = (decl_spec_seq_has_spec_p (decl_specifiers, ds_constinit) in cp_parser_init_declarator()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 5419 else if (decl_spec_seq_has_spec_p (declspecs, ds_constinit)) in check_tag_decl() 5420 error_at (declspecs->locations[ds_constinit], in check_tag_decl() 11762 bool constinit_p = decl_spec_seq_has_spec_p (declspecs, ds_constinit); in grokdeclarator() 12070 error_at (declspecs->locations[ds_constinit], in grokdeclarator() 12079 gcc_rich_location richloc (declspecs->locations[ds_constinit]); in grokdeclarator() 12512 error_at (declspecs->locations[ds_constinit], in grokdeclarator() 12999 error_at (declspecs->locations[ds_constinit], in grokdeclarator() 14298 error_at (declspecs->locations[ds_constinit], in grokdeclarator()
|
| H A D | cp-tree.h | 6218 ds_constinit, enumerator
|
| H A D | ChangeLog-2019 | 2670 (enum cp_decl_spec): Add ds_constinit.
|
| H A D | parser.cc | 15743 ds = ds_constinit; in cp_parser_decl_specifier_seq()
|