Searched defs:c_declspecs (Results 1 – 2 of 2) sorted by relevance
290 struct c_declspecs { struct291 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;[all …]
226 struct c_declspecs { struct231 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;[all …]