Searched refs:options_p (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | gengtype.h | 56 } *options_p; typedef 64 options_p opt; 89 options_p opt; 138 options_p o); 143 extern options_p create_option (options_p, const char *name, const void *info); 144 extern type_p adjust_field_type (type_p, options_p); 145 extern void note_variable (const char *s, type_p t, options_p o, 147 extern void note_yacc_type (options_p o, pair_p fields,
|
| HD | gengtype.c | 96 static type_p adjust_field_tree_exp (type_p t, options_p opt); 97 static type_p adjust_field_rtx_def (type_p t, options_p opt); 151 pair_p fields, options_p o) in new_structure() 313 options_p 314 create_option (options_p next, const char *name, const void *info) in create_option() 316 options_p o = XNEW (struct options); in create_option() 327 note_variable (const char *s, type_p t, options_p o, struct fileloc *pos) in note_variable() 478 adjust_field_rtx_def (type_p t, options_p ARG_UNUSED (opt)) in adjust_field_rtx_def() 481 options_p nodot; in adjust_field_rtx_def() 706 adjust_field_tree_exp (type_p t, options_p opt ATTRIBUTE_UNUSED) in adjust_field_tree_exp() [all …]
|
| HD | gengtype-yacc.y | 34 options_p o;
|