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

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c1202 int tott_idx;
1204 for (tott_idx = 0;
1205 target_option_translations[tott_idx].option_found;
1206 tott_idx++)
1208 if (strcmp (target_option_translations[tott_idx].option_found,
1215 for (sp = target_option_translations[tott_idx].replacements;
1225 sp = target_option_translations[tott_idx].replacements;
1246 if (target_option_translations[tott_idx].option_found)
1197 int tott_idx; local

Completed in 63 milliseconds