Lines Matching defs:c_declspecs
290 struct c_declspecs { struct
291 source_location locations[cdw_number_of_elements];
296 tree type;
299 tree expr;
301 tree decl_attr;
305 tree attrs;
307 char *gimple_or_rtl_pass;
311 int align_log;
313 int int_n_idx;
316 int floatn_nx_idx;
318 enum c_storage_class storage_class;
327 BOOL_BITFIELD expr_const_operands : 1;
329 BOOL_BITFIELD declspecs_seen_p : 1;
336 BOOL_BITFIELD non_sc_seen_p : 1;
338 BOOL_BITFIELD typedef_p : 1;
341 BOOL_BITFIELD explicit_signed_p : 1;
343 BOOL_BITFIELD deprecated_p : 1;
346 BOOL_BITFIELD default_int_p : 1;
348 BOOL_BITFIELD long_p : 1;
350 BOOL_BITFIELD long_long_p : 1;
352 BOOL_BITFIELD short_p : 1;
354 BOOL_BITFIELD signed_p : 1;
356 BOOL_BITFIELD unsigned_p : 1;
358 BOOL_BITFIELD complex_p : 1;
360 BOOL_BITFIELD inline_p : 1;
362 BOOL_BITFIELD noreturn_p : 1;
364 BOOL_BITFIELD thread_p : 1;
366 BOOL_BITFIELD thread_gnu_p : 1;
368 BOOL_BITFIELD const_p : 1;
370 BOOL_BITFIELD volatile_p : 1;
372 BOOL_BITFIELD restrict_p : 1;
374 BOOL_BITFIELD atomic_p : 1;
376 BOOL_BITFIELD saturating_p : 1;
379 BOOL_BITFIELD alignas_p : 1;
381 BOOL_BITFIELD gimple_p : 1;
383 BOOL_BITFIELD rtl_p : 1;
385 addr_space_t address_space;