Home
last modified time | relevance | path

Searched refs:record_compound (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/scripts/genksyms/
H A Dparse.y43 static void record_compound(struct string_list **keyw, in record_compound() function
231 { record_compound($1, $2, $3, SYM_STRUCT); $$ = $3; }
233 { record_compound($1, $2, $3, SYM_UNION); $$ = $3; }
235 { record_compound($1, $2, $3, SYM_ENUM); $$ = $3; }