Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/genksyms/
H A Dparse.y34 static struct string_list *decl_spec; variable
109 { 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; }
H A Dparse.c_shipped82 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)]); ;}