Home
last modified time | relevance | path

Searched refs:OPTION_STRING (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgengtype.cc915 o->kind = OPTION_STRING; in create_string_option()
1447 && opt->kind == OPTION_STRING) in adjust_field_type()
2700 if (strcmp (oo->name, "length") == 0 && oo->kind == OPTION_STRING) in walk_type()
2704 else if (strcmp (oo->name, "desc") == 0 && oo->kind == OPTION_STRING) in walk_type()
2972 && o->kind == OPTION_STRING) in walk_type()
3028 && oo->kind == OPTION_STRING) in walk_type()
3068 && oo->kind == OPTION_STRING) in walk_type()
3071 && oo->kind == OPTION_STRING) in walk_type()
3078 && oo->kind == OPTION_STRING) in walk_type()
3081 && oo->kind == OPTION_STRING) in walk_type()
[all …]
Dgengtype.h171 OPTION_STRING, /* A string-valued option. Most options are enumerator
Dgengtype-state.cc818 case OPTION_STRING: in write_state_option()
2020 opt->kind = OPTION_STRING; in read_state_string_option()