Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-tree.h290 struct c_declspecs { struct
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;
348 BOOL_BITFIELD long_p : 1;
[all …]
/dragonfly/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;
276 BOOL_BITFIELD long_p : 1;
280 BOOL_BITFIELD short_p : 1;
282 BOOL_BITFIELD signed_p : 1;
288 BOOL_BITFIELD inline_p : 1;
[all …]