Searched refs:struct_fields (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgengtype-yacc.y58 %type <p> struct_fields yacc_ids yacc_typematch
71 typedef_struct: ENT_TYPEDEF_STRUCT options '{' struct_fields '}' ID
80 | ENT_STRUCT options '{' struct_fields '}'
119 yacc_union: ENT_YACCUNION options struct_fields '}' yacc_typematch
185 struct_fields: { $$ = NULL; } label
186 | type optionsopt ID bitfieldopt ';' struct_fields
196 | type optionsopt ID ARRAY ';' struct_fields
206 | type optionsopt ID ARRAY ARRAY ';' struct_fields
216 | type ':' bitfieldlen ';' struct_fields
234 | STRUCT ID '{' struct_fields '}'
[all...]

Completed in 98 milliseconds