Searched refs:create_array (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | gengtype-yacc.y | 94 note_variable ($4, create_array ($3, $5), 99 note_variable ($4, create_array (create_array ($3, $6), 196 p->type = adjust_field_type (create_array ($1, $4), $2); 206 p->type = create_array (create_array ($1, $5), $4);
|
H A D | gengtype.h | 132 extern type_p create_array PARAMS ((type_p t, const char *len));
|
H A D | gengtype.c | 315 create_array (t, len) in create_array() function 817 return create_array (&string_type, t->u.a.len); 1588 nt = create_array (nt, t->u.a.len); 2592 do_typedef ("HARD_REG_SET", create_array (
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | gengtype-yacc.y | 97 note_variable ($4, create_array ($3, $5), 102 note_variable ($4, create_array (create_array ($3, $6), 199 p->type = adjust_field_type (create_array ($1, $4), $2); 209 p->type = create_array (create_array ($1, $5), $4);
|
H A D | gengtype-yacc.c | 1191 note_variable ((yyvsp[-2].s), create_array ((yyvsp[-3].t), (yyvsp[-1].s)), 1199 note_variable ((yyvsp[-3].s), create_array (create_array ((yyvsp[-4].t), (yyvsp[-1].s)), 1315 p->type = adjust_field_type (create_array ((yyvsp[-5].t), (yyvsp[-2].s)), (yyvsp[-4].o)); 1328 p->type = create_array (create_array ((yyvsp[-6].t), (yyvsp[-2].s)), (yyvsp[-3].s));
|
H A D | gengtype.h | 142 extern type_p create_array (type_p t, const char *len);
|
H A D | gengtype.c | 299 create_array (type_p t, const char *len) in create_array() function 808 return create_array (&string_type, t->u.a.len); in adjust_field_type() 1603 nt = create_array (nt, t->u.a.len); in walk_type() 3053 do_typedef ("HARD_REG_SET", create_array ( in main()
|