Lines Matching defs:c_declspecs
226 struct c_declspecs { struct
231 tree type;
234 tree expr;
236 tree decl_attr;
240 tree attrs;
244 int align_log;
246 enum c_storage_class storage_class;
255 BOOL_BITFIELD expr_const_operands : 1;
257 BOOL_BITFIELD declspecs_seen_p : 1;
264 BOOL_BITFIELD non_sc_seen_p : 1;
266 BOOL_BITFIELD typedef_p : 1;
269 BOOL_BITFIELD explicit_signed_p : 1;
271 BOOL_BITFIELD deprecated_p : 1;
274 BOOL_BITFIELD default_int_p : 1;
276 BOOL_BITFIELD long_p : 1;
278 BOOL_BITFIELD long_long_p : 1;
280 BOOL_BITFIELD short_p : 1;
282 BOOL_BITFIELD signed_p : 1;
284 BOOL_BITFIELD unsigned_p : 1;
286 BOOL_BITFIELD complex_p : 1;
288 BOOL_BITFIELD inline_p : 1;
290 BOOL_BITFIELD noreturn_p : 1;
292 BOOL_BITFIELD thread_p : 1;
294 BOOL_BITFIELD const_p : 1;
296 BOOL_BITFIELD volatile_p : 1;
298 BOOL_BITFIELD restrict_p : 1;
300 BOOL_BITFIELD saturating_p : 1;
303 BOOL_BITFIELD alignas_p : 1;
305 addr_space_t address_space;