Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgengtype-yacc.y89 note_variable ($4, adjust_field_type ($3, $2), $2,
94 note_variable ($4, create_array ($3, $5),
99 note_variable ($4, create_array (create_array ($3, $6),
Dgengtype.h134 extern void note_variable PARAMS ((const char *s, type_p t, options_p o,
Dgengtype.c332 note_variable (s, t, o, pos) in note_variable() function
DChangeLog.73579 (note_variable): New function.
3587 * gengtype.h (note_variable): Prototype.
/openbsd/src/gnu/gcc/gcc/
Dgengtype-yacc.y92 note_variable ($4, adjust_field_type ($3, $2), $2,
97 note_variable ($4, create_array ($3, $5),
102 note_variable ($4, create_array (create_array ($3, $6),
Dgengtype.h145 extern void note_variable (const char *s, type_p t, options_p o,
Dgengtype-yacc.c1183note_variable ((yyvsp[-1].s), adjust_field_type ((yyvsp[-2].t), (yyvsp[-3].o)), (yyvsp[-3].o),
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)),
Dgengtype.c327 note_variable (const char *s, type_p t, options_p o, struct fileloc *pos) in note_variable() function