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

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c5958 check_live_switch (int switchnum, int prefix_length)
5960 const char *name = switches[switchnum].part1;
5971 if (switches[switchnum].live_cond != 0)
5972 return switches[switchnum].live_cond > 0;
5978 for (i = switchnum + 1; i < n_switches; i++)
5981 switches[switchnum].validated = 1;
5982 switches[switchnum].live_cond = SWITCH_FALSE;
5991 for (i = switchnum + 1; i < n_switches; i++)
5995 switches[switchnum].validated = 1;
5996 switches[switchnum]
5935 check_live_switch(int switchnum, int prefix_length) argument
6009 give_switch(int switchnum, int omit_first_word) argument
[all...]

Completed in 46 milliseconds