Searched refs:record_compound (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/scripts/genksyms/ |
| D | parse.y | 55 static void record_compound(struct string_list **keyw, in record_compound() function 238 { record_compound($1, $2, $3, SYM_STRUCT); $$ = $3; } 240 { record_compound($1, $2, $3, SYM_UNION); $$ = $3; } 242 { record_compound($1, $2, $3, SYM_ENUM); $$ = $3; }
|
| D | parse.tab.c_shipped | 97 static void record_compound(struct string_list **keyw, 1820 …{ record_compound((yyvsp[(1) - (3)]), (yyvsp[(2) - (3)]), (yyvsp[(3) - (3)]), SYM_STRUCT); (yyval)… 1825 …{ record_compound((yyvsp[(1) - (3)]), (yyvsp[(2) - (3)]), (yyvsp[(3) - (3)]), SYM_UNION); (yyval) … 1830 …{ record_compound((yyvsp[(1) - (3)]), (yyvsp[(2) - (3)]), (yyvsp[(3) - (3)]), SYM_ENUM); (yyval) =…
|