Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype.c491 type_p param_structs; variable
669 for (res = param_structs; res; res = res->next) in find_param_structure()
679 res->next = param_structs; in find_param_structure()
681 param_structs = res; in find_param_structure()
2254 type_p param_structs,
2261 type_p structures, type_p param_structs);
2262 static void write_enum_defn (type_p structures, type_p param_structs);
3128 write_types (outf_p output_header, type_p structures, type_p param_structs, in write_types() argument
3185 for (s = param_structs; s; s = s->next) in write_types()
3245 for (s = param_structs; s; s = s->next) in write_types()
[all …]
H A Dgengtype-state.c1067 for (current = param_structs; current != NULL; current = current->next) in write_state_param_structs()
1072 for (current = param_structs; current != NULL; current = current->next) in write_state_param_structs()
2137 read_state_param_structs (type_p *param_structs) in read_state_param_structs() argument
2183 *param_structs = head; in read_state_param_structs()
2433 read_state_param_structs (&param_structs); in read_state()
H A Dgengtype.h124 extern type_p param_structs;