Searched refs:create_option (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgengtype-yacc.y272 { $$ = create_option (NULL, $1, (void *)""); }
274 { $$ = create_option (NULL, $1, (void *)$3); }
276 { $$ = create_option (NULL, $1, adjust_field_type ($3, NULL)); }
284 $$ = create_option (NULL, "nested_ptr",
H A Dgengtype.h143 extern options_p create_option (options_p, const char *name, const void *info);
H A Dgengtype.c314 create_option (options_p next, const char *name, const void *info) function
372 union_fields->opt = create_option (union_fields->opt, "dot", "");
373 union_fields->opt = create_option (union_fields->opt, "tag", "1");
380 field->opt = create_option (field->opt, "desc", cond);
493 nodot = create_option (NULL, "dot", "");
534 note_flds->opt = create_option (nodot, "default", "");
536 note_flds->opt = create_option (nodot, "tag", note_insn_name[c]);
546 sym_flds->opt = create_option (nodot, "default", "");
549 sym_flds->opt = create_option (nodot, "tag", "1");
669 subfields->opt = create_option (subfield
[all...]

Completed in 78 milliseconds