Searched refs:ds_volatile (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | decl.c | 4953 if (decl_spec_seq_has_spec_p (declspecs, ds_volatile)) in get_type_quals() 5071 else if (decl_spec_seq_has_spec_p (declspecs, ds_volatile)) in check_tag_decl() 5072 error_at (declspecs->locations[ds_volatile], in check_tag_decl() 10778 loc = min_location (loc, locations[ds_volatile]); in smallest_type_quals_location() 11860 warning_at (declspecs->locations[ds_volatile], OPT_Wvolatile, in grokdeclarator()
|
| H A D | cp-tree.h | 5975 ds_volatile, enumerator
|
| H A D | parser.c | 16064 || decl_spec_seq_has_spec_p (&parm->decl_specifiers, ds_volatile)) in cp_parser_check_constrained_type_parm() 17784 ds = ds_volatile; in cp_parser_type_specifier()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | decl.cc | 5283 if (decl_spec_seq_has_spec_p (declspecs, ds_volatile)) in get_type_quals() 5401 else if (decl_spec_seq_has_spec_p (declspecs, ds_volatile)) in check_tag_decl() 5402 error_at (declspecs->locations[ds_volatile], in check_tag_decl() 11424 loc = min_location (loc, locations[ds_volatile]); in smallest_type_quals_location() 12560 warning_at (declspecs->locations[ds_volatile], OPT_Wvolatile, in grokdeclarator()
|
| H A D | cp-tree.h | 6208 ds_volatile, enumerator
|
| H A D | parser.cc | 17638 || decl_spec_seq_has_spec_p (&parm->decl_specifiers, ds_volatile)) in cp_parser_check_constrained_type_parm() 19391 ds = ds_volatile; in cp_parser_type_specifier()
|