Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcc.c2850 static int n_switches; variable
3123 switches[n_switches].args = 0; in save_switch()
3134 n_switches++; in save_switch()
3596 n_switches = 0; in process_command()
4004 n_switches++; in process_command()
4019 switches[n_switches].part1 = 0; in process_command()
4327 for (i = 0; i < n_switches; i++) in do_self_spec()
5511 for (i = 0; i < n_switches; i++) in switch_matches()
5545 for (i = 0; i < n_switches; i++) in mark_matching_switches()
5559 for (i = 0; i < n_switches; i++) in process_marked_switches()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c3296 static int n_switches; variable
3574 switches[n_switches].args = 0; in save_switch()
3586 n_switches++; in save_switch()
4212 n_switches = 0; in process_command()
4680 switches[n_switches].part1 = 0; in process_command()
4988 for (i = 0; i < n_switches; i++) in do_self_spec()
6227 for (i = 0; i < n_switches; i++) in switch_matches()
8714 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1)); in operator()
10186 n_switches = 0; in finalize()
10256 n_switches = 0; in driver_get_configure_time_options()
[all …]