Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype.h415 extern type_p create_array (type_p t, const char *len);
H A Dgengtype-parse.c531 return create_array (array_and_function_declarators_opt (ty), array); in array_and_function_declarators_opt()
H A Dgengtype.c719 create_array (type_p t, const char *len) in create_array() function
1313 return create_array (&string_type, t->u.a.len); in adjust_field_type()
2475 nt = create_array (nt, t->u.a.len); in walk_type()
4195 fields = create_field_at (0, create_array (t, "1"), "vec", o, pos); in note_def_vec()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgengtype.h433 extern type_p create_array (type_p t, const char *len);
H A Dgengtype-parse.c629 return create_array (array_and_function_declarators_opt (ty), array); in array_and_function_declarators_opt()
H A Dgengtype.c881 create_array (type_p t, const char *len) in create_array() function
1449 return create_array (&string_type, t->u.a.len); in adjust_field_type()