Searched refs:record_compound (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/scripts/genksyms/ |
D | parse.y | 55 static void record_compound(struct string_list **keyw, in record_compound() function 239 { record_compound($1, $2, $3, SYM_STRUCT); $$ = $3; } 241 { record_compound($1, $2, $3, SYM_UNION); $$ = $3; } 243 { record_compound($1, $2, $3, SYM_ENUM); $$ = $3; }
|