Searched refs:record_compound (Results 1 – 1 of 1) sorted by relevance
/scripts/genksyms/ |
D | parse.y | 43 static void record_compound(struct string_list **keyw, in record_compound() function 228 { record_compound($1, $2, $3, SYM_STRUCT); $$ = $3; } 230 { record_compound($1, $2, $3, SYM_UNION); $$ = $3; } 232 { record_compound($1, $2, $3, SYM_ENUM); $$ = $3; }
|