Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c5086 else if (decl_spec_seq_has_spec_p (declspecs, ds_constexpr)) in check_tag_decl()
5087 error_at (declspecs->locations[ds_constexpr], in check_tag_decl()
9668 error_at (declspecs->locations[ds_constexpr], in grokfndecl()
11091 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr); in grokdeclarator()
11382 error_at (declspecs->locations[ds_constexpr], in grokdeclarator()
11406 richloc.add_range (declspecs->locations[ds_constexpr]); in grokdeclarator()
11759 richloc.add_range (declspecs->locations[ds_constexpr]); in grokdeclarator()
11806 error_at (declspecs->locations[ds_constexpr], in grokdeclarator()
11844 error_at (declspecs->locations[ds_constexpr], "structured " in grokdeclarator()
13316 error_at (declspecs->locations[ds_constexpr], in grokdeclarator()
[all …]
H A Dparser.c11143 if (lambda_specs.locations[ds_constexpr]) in cp_parser_lambda_declarator_opt()
11146 return_type_specs.locations[ds_constexpr] in cp_parser_lambda_declarator_opt()
11147 = lambda_specs.locations[ds_constexpr]; in cp_parser_lambda_declarator_opt()
11149 error_at (lambda_specs.locations[ds_constexpr], "%<constexpr%> " in cp_parser_lambda_declarator_opt()
14213 ds = ds_constexpr; in cp_parser_decl_specifier_seq()
17530 if (decl_spec_seq_has_spec_p (&decl_specifiers, ds_constexpr)) in cp_parser_explicit_instantiation()
17531 permerror (decl_specifiers.locations[ds_constexpr], in cp_parser_explicit_instantiation()
H A Dcp-tree.h5983 ds_constexpr, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc5416 else if (decl_spec_seq_has_spec_p (declspecs, ds_constexpr)) in check_tag_decl()
5417 error_at (declspecs->locations[ds_constexpr], in check_tag_decl()
10296 error_at (declspecs->locations[ds_constexpr], in grokfndecl()
11761 bool constexpr_p = decl_spec_seq_has_spec_p (declspecs, ds_constexpr); in grokdeclarator()
12056 error_at (declspecs->locations[ds_constexpr], in grokdeclarator()
12080 richloc.add_range (declspecs->locations[ds_constexpr]); in grokdeclarator()
12459 richloc.add_range (declspecs->locations[ds_constexpr]); in grokdeclarator()
12506 error_at (declspecs->locations[ds_constexpr], in grokdeclarator()
12544 error_at (declspecs->locations[ds_constexpr], "structured " in grokdeclarator()
14033 error_at (declspecs->locations[ds_constexpr], in grokdeclarator()
[all …]
H A Dparser.cc11693 if (lambda_specs.locations[ds_constexpr]) in cp_parser_lambda_declarator_opt()
11696 return_type_specs.locations[ds_constexpr] in cp_parser_lambda_declarator_opt()
11697 = lambda_specs.locations[ds_constexpr]; in cp_parser_lambda_declarator_opt()
11699 error_at (lambda_specs.locations[ds_constexpr], "%<constexpr%> " in cp_parser_lambda_declarator_opt()
15738 ds = ds_constexpr; in cp_parser_decl_specifier_seq()
19135 if (decl_spec_seq_has_spec_p (&decl_specifiers, ds_constexpr)) in cp_parser_explicit_instantiation()
19136 permerror (decl_specifiers.locations[ds_constexpr], in cp_parser_explicit_instantiation()
H A DChangeLog-20182261 ds_constexpr, ds_typedef and ds_friend; exploit min_location.
2333 (grokdeclarator): Use declspecs->locations[ds_constexpr],
H A Dcp-tree.h6216 ds_constexpr, enumerator
H A DChangeLog-20091124 * cp-tree.h (ds_constexpr): New cp_decl_spec enumerator.