Searched refs:decl_spec (Results 1 – 2 of 2) sorted by relevance
34 static struct string_list *decl_spec; variable109 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }159 *$2 = decl_spec;174 /* empty */ { decl_spec = NULL; }179 decl_specifier { decl_spec = *$1; }180 | decl_specifier_seq decl_specifier { decl_spec = *$2; }
82 static struct string_list *decl_spec;1658 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; ;}1753 *(yyvsp[(2) - (3)]) = decl_spec;1772 { decl_spec = NULL; ;}1779 { decl_spec = *(yyvsp[(1) - (1)]); ;}1786 { decl_spec = *(yyvsp[(2) - (2)]); ;}