Home
last modified time | relevance | path

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

/linux/scripts/genksyms/
H A Dparse.y23 static struct string_list *decl_spec; variable
124 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
160 | init_declarator_list { free_list(decl_spec, NULL); $$ = $1; }
169 if (decl_spec)
170 decl_spec = copy_list_range(decl_spec, NULL);
182 *$2 = decl_spec;
185 if (decl_spec)
186 decl_spec = copy_list_range(decl_spec, NULL);
203 /* empty */ { decl_spec = NULL; }
208 attribute_opt decl_specifier { decl_spec = *$2; }
[all …]