Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/genksyms/
Dparse.y34 static struct string_list *decl_spec; variable
129 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
179 *$2 = decl_spec;
194 /* empty */ { decl_spec = NULL; }
199 decl_specifier { decl_spec = *$1; }
200 | decl_specifier_seq decl_specifier { decl_spec = *$2; }
Dparse.tab.c_shipped76 static struct string_list *decl_spec;
1683 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
1756 *(yyvsp[(2) - (3)]) = decl_spec;
1771 { decl_spec = NULL; }
1776 { decl_spec = *(yyvsp[(1) - (1)]); }
1781 { decl_spec = *(yyvsp[(2) - (2)]); }