Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c1025 const char *const option_found; member
1060 target_option_translations[tott_idx].option_found;
1063 if (strcmp (target_option_translations[tott_idx].option_found,
1101 if (target_option_translations[tott_idx].option_found)
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c1154 const char *const option_found; member
1186 target_option_translations[tott_idx].option_found; in translate_options()
1189 if (strcmp (target_option_translations[tott_idx].option_found, in translate_options()
1227 if (target_option_translations[tott_idx].option_found) in translate_options()