Searched refs:ds_explicit (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 5060 else if (decl_spec_seq_has_spec_p (declspecs, ds_explicit)) in check_tag_decl() 5061 error_at (declspecs->locations[ds_explicit], in check_tag_decl() 10877 if (i != ds_explicit && locations[i]) in check_special_function_return_type() 11739 explicitp = decl_spec_seq_has_spec_p (declspecs, ds_explicit); in grokdeclarator() 12819 error_at (declspecs->locations[ds_explicit], in grokdeclarator() 12822 error_at (declspecs->locations[ds_explicit], in grokdeclarator() 12825 error_at (declspecs->locations[ds_explicit], in grokdeclarator()
|
H A D | cp-tree.h | 5979 ds_explicit, enumerator
|
H A D | parser.c | 14570 set_and_check_decl_spec_loc (decl_specs, ds_explicit, token); in cp_parser_function_specifier_opt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | decl.cc | 5390 else if (decl_spec_seq_has_spec_p (declspecs, ds_explicit)) in check_tag_decl() 5391 error_at (declspecs->locations[ds_explicit], in check_tag_decl() 11523 if (i != ds_explicit && locations[i]) in check_special_function_return_type() 12435 explicitp = decl_spec_seq_has_spec_p (declspecs, ds_explicit); in grokdeclarator() 13524 error_at (declspecs->locations[ds_explicit], in grokdeclarator() 13527 error_at (declspecs->locations[ds_explicit], in grokdeclarator() 13530 error_at (declspecs->locations[ds_explicit], in grokdeclarator()
|
H A D | cp-tree.h | 6212 ds_explicit, enumerator
|
H A D | parser.cc | 16105 set_and_check_decl_spec_loc (decl_specs, ds_explicit, token); in cp_parser_function_specifier_opt()
|