Lines Matching defs:c_declspecs
221 struct c_declspecs { struct
226 tree type;
228 tree decl_attr;
232 tree attrs;
235 enum c_typespec_keyword typespec_word;
237 enum c_storage_class storage_class;
239 BOOL_BITFIELD declspecs_seen_p : 1;
241 BOOL_BITFIELD type_seen_p : 1;
248 BOOL_BITFIELD non_sc_seen_p : 1;
250 BOOL_BITFIELD typedef_p : 1;
254 BOOL_BITFIELD tag_defined_p : 1;
257 BOOL_BITFIELD explicit_signed_p : 1;
259 BOOL_BITFIELD deprecated_p : 1;
262 BOOL_BITFIELD default_int_p;
264 BOOL_BITFIELD long_p : 1;
266 BOOL_BITFIELD long_long_p : 1;
268 BOOL_BITFIELD short_p : 1;
270 BOOL_BITFIELD signed_p : 1;
272 BOOL_BITFIELD unsigned_p : 1;
274 BOOL_BITFIELD complex_p : 1;
276 BOOL_BITFIELD inline_p : 1;
278 BOOL_BITFIELD thread_p : 1;
280 BOOL_BITFIELD const_p : 1;
282 BOOL_BITFIELD volatile_p : 1;
284 BOOL_BITFIELD restrict_p : 1;