Searched refs:decl_spec (Results 1 – 2 of 2) sorted by relevance
34 static struct string_list *decl_spec; variable129 { 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; }
76 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)]); }