Home
last modified time | relevance | path

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

/openbmc/linux/scripts/genksyms/
H A Dparse.y22 static struct string_list *decl_spec; variable
121 { is_typedef = 0; is_extern = 0; current_name = NULL; decl_spec = NULL; }
156 | init_declarator_list { free_list(decl_spec, NULL); $$ = $1; }
165 if (decl_spec)
166 decl_spec = copy_list_range(decl_spec, NULL);
177 *$2 = decl_spec;
180 if (decl_spec)
181 decl_spec = copy_list_range(decl_spec, NULL);
197 /* empty */ { decl_spec = NULL; }
202 decl_specifier { decl_spec = *$1; }
[all …]