Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
Dgengtype.c90 static type_p param_structs; variable
253 for (res = param_structs; res; res = res->next) in find_param_structure()
262 res->next = param_structs; in find_param_structure()
263 param_structs = res; in find_param_structure()
1395 type_p param_structs,
1402 type_p param_structs);
1403 static void write_enum_defn (type_p structures, type_p param_structs);
2162 write_types (type_p structures, type_p param_structs, in write_types() argument
2227 for (s = param_structs; s; s = s->next) in write_types()
2350 write_local (type_p structures, type_p param_structs) in write_local() argument
[all …]
DChangeLog-200217612 * gengtype.c (param_structs): New.