Searched refs:ds_const (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 4951 if (decl_spec_seq_has_spec_p (declspecs, ds_const)) in get_type_quals() 5067 else if (decl_spec_seq_has_spec_p (declspecs, ds_const)) in check_tag_decl() 5068 error_at (declspecs->locations[ds_const], in check_tag_decl() 10775 loc = locations[ds_const]; in smallest_type_quals_location()
|
| H A D | cp-tree.h | 5974 ds_const, enumerator
|
| H A D | parser.c | 16063 if (decl_spec_seq_has_spec_p (&parm->decl_specifiers, ds_const) in cp_parser_check_constrained_type_parm() 17778 ds = ds_const; in cp_parser_type_specifier()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 5281 if (decl_spec_seq_has_spec_p (declspecs, ds_const)) in get_type_quals() 5397 else if (decl_spec_seq_has_spec_p (declspecs, ds_const)) in check_tag_decl() 5398 error_at (declspecs->locations[ds_const], in check_tag_decl() 11421 loc = locations[ds_const]; in smallest_type_quals_location()
|
| H A D | cp-tree.h | 6207 ds_const, enumerator
|
| H A D | parser.cc | 17637 if (decl_spec_seq_has_spec_p (&parm->decl_specifiers, ds_const) in cp_parser_check_constrained_type_parm() 19385 ds = ds_const; in cp_parser_type_specifier()
|