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

/haiku-buildtools/legacy/gcc/gcc/
H A Dtoplev.c1174 and which bits in `target_switches' it should set or clear.
1185 target_switches [] = TARGET_SWITCHES; variable in typeref:struct:__anon3453
4650 if (NUM_ELEM (target_switches) > 1
4662 for (i = NUM_ELEM (target_switches); i--;)
4664 const char * option = target_switches[i].name;
4665 const char * description = target_switches[i].description;
5533 for (j = 0; j < sizeof target_switches / sizeof target_switches[0]; j++)
5534 if (!strcmp (target_switches[j].name, name))
5536 if (target_switches[
[all...]

Completed in 101 milliseconds