Lines Matching defs:c_declspecs
307 struct c_declspecs { struct
308 location_t locations[cdw_number_of_elements];
313 tree type;
316 tree expr;
318 tree decl_attr;
322 tree attrs;
327 tree postfix_attrs;
329 char *gimple_or_rtl_pass;
331 profile_count entry_bb_count;
335 int align_log;
337 int int_n_idx;
340 int floatn_nx_idx;
342 enum c_storage_class storage_class;
352 BOOL_BITFIELD expr_const_operands : 1;
354 BOOL_BITFIELD declspecs_seen_p : 1;
358 BOOL_BITFIELD non_std_attrs_seen_p : 1;
365 BOOL_BITFIELD non_sc_seen_p : 1;
367 BOOL_BITFIELD typedef_p : 1;
370 BOOL_BITFIELD explicit_signed_p : 1;
372 BOOL_BITFIELD deprecated_p : 1;
375 BOOL_BITFIELD default_int_p : 1;
377 BOOL_BITFIELD long_p : 1;
379 BOOL_BITFIELD long_long_p : 1;
381 BOOL_BITFIELD short_p : 1;
383 BOOL_BITFIELD signed_p : 1;
385 BOOL_BITFIELD unsigned_p : 1;
387 BOOL_BITFIELD complex_p : 1;
389 BOOL_BITFIELD inline_p : 1;
391 BOOL_BITFIELD noreturn_p : 1;
393 BOOL_BITFIELD thread_p : 1;
395 BOOL_BITFIELD thread_gnu_p : 1;
397 BOOL_BITFIELD const_p : 1;
399 BOOL_BITFIELD volatile_p : 1;
401 BOOL_BITFIELD restrict_p : 1;
403 BOOL_BITFIELD atomic_p : 1;
405 BOOL_BITFIELD saturating_p : 1;
408 BOOL_BITFIELD alignas_p : 1;
410 addr_space_t address_space;