Searched refs:create_string_option (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gengtype-parse.cc | 475 return create_string_option (prev, name, value); in str_optvalue_opt() 557 return create_string_option (prev, "user", ""); in option() 562 return create_string_option (prev, "", ""); in option()
|
H A D | gengtype.cc | 912 create_string_option (options_p next, const char *name, const char *info) in create_string_option() function 1027 create_string_option (union_fields->opt, "dot", ""); in create_optional_field_() 1029 create_string_option (union_fields->opt, "tag", "1"); in create_optional_field_() 1037 create_string_option (0, "desc", cond), in create_optional_field_() 1171 nodot = create_string_option (NULL, "dot", ""); in adjust_field_rtx_def() 1216 create_string_option (nodot, "default", ""); in adjust_field_rtx_def() 1219 create_string_option (nodot, "tag", note_insn_name[c]); in adjust_field_rtx_def() 1228 sym_flds->opt = create_string_option (nodot, "default", ""); in adjust_field_rtx_def() 1230 sym_flds->opt = create_string_option (nodot, "tag", "1"); in adjust_field_rtx_def() 1352 create_string_option (subfields->opt, "desc", in adjust_field_rtx_def() [all …]
|
H A D | gengtype.h | 202 options_p create_string_option (options_p next, const char* name,
|
H A D | ChangeLog-2010 | 3647 (create_string_option, create_type_option, create_nested_option): 3665 (create_string_option, create_type_option, create_nested_option)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gengtype-parse.c | 475 return create_string_option (prev, name, value); in str_optvalue_opt() 557 return create_string_option (prev, "user", ""); in option() 562 return create_string_option (prev, "", ""); in option()
|
H A D | gengtype.c | 897 create_string_option (options_p next, const char *name, const char *info) in create_string_option() function 1012 create_string_option (union_fields->opt, "dot", ""); in create_optional_field_() 1014 create_string_option (union_fields->opt, "tag", "1"); in create_optional_field_() 1022 create_string_option (0, "desc", cond), in create_optional_field_() 1156 nodot = create_string_option (NULL, "dot", ""); in adjust_field_rtx_def() 1201 create_string_option (nodot, "default", ""); in adjust_field_rtx_def() 1204 create_string_option (nodot, "tag", note_insn_name[c]); in adjust_field_rtx_def() 1213 sym_flds->opt = create_string_option (nodot, "default", ""); in adjust_field_rtx_def() 1215 sym_flds->opt = create_string_option (nodot, "tag", "1"); in adjust_field_rtx_def() 1337 create_string_option (subfields->opt, "desc", in adjust_field_rtx_def() [all …]
|
H A D | gengtype.h | 194 options_p create_string_option (options_p next, const char* name,
|