Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-options.cc1692 char *next_feature_string = NULL; in parse_mtune_ctrl_str() local
1700 next_feature_string = strchr (curr_feature_string, ','); in parse_mtune_ctrl_str()
1701 if (next_feature_string) in parse_mtune_ctrl_str()
1702 *next_feature_string++ = '\0'; in parse_mtune_ctrl_str()
1748 curr_feature_string = next_feature_string; in parse_mtune_ctrl_str()