Home
last modified time | relevance | path

Searched refs:ds_volatile (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc5283 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()
Dcp-tree.h6208 ds_volatile, enumerator
Dparser.cc17638 || 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()