Searched defs:c_declspecs (Results 1 – 1 of 1) sorted by relevance
221 struct c_declspecs { struct226 tree type;228 tree decl_attr;232 tree attrs;235 enum c_typespec_keyword typespec_word;237 enum c_storage_class storage_class;239 BOOL_BITFIELD declspecs_seen_p : 1;241 BOOL_BITFIELD type_seen_p : 1;248 BOOL_BITFIELD non_sc_seen_p : 1;250 BOOL_BITFIELD typedef_p : 1;[all …]