Searched refs:record_compound (Results 1 – 1 of 1) sorted by relevance
| /linux/scripts/genksyms/ |
| H A D | parse.y | 44 static void record_compound(struct string_list **keyw, in record_compound() function 248 { record_compound($1, $3, $4, SYM_STRUCT); $$ = $4; } 250 { record_compound($1, $3, $4, SYM_UNION); $$ = $4; } 252 { record_compound($1, $2, $3, SYM_ENUM); $$ = $3; }
|