Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c5089 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 Ddecl2.c997 if (decl_spec_seq_has_spec_p (declspecs, ds_constinit)) in grokfield()
H A Dcp-tree.h5985 ds_constinit, enumerator
H A Dparser.c14036 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 Ddecl.cc5419 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 Dcp-tree.h6218 ds_constinit, enumerator
H A DChangeLog-20192670 (enum cp_decl_spec): Add ds_constinit.
H A Dparser.cc15743 ds = ds_constinit; in cp_parser_decl_specifier_seq()