Home
last modified time | relevance | path

Searched defs:c_declspecs (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-tree.h290 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;
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-tree.h226 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;
[all …]