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

/freebsd-10.0-release/contrib/gcc/
H A Dgcc.c7130 static int n_mdswitches;
7197 = XNEWVEC (struct mswitchstr, n_mdswitches + (n_switches ? n_switches : 1));
7218 for (i = 0; i < n_mdswitches; i++)
7279 for (i = 0; i < n_mdswitches; i++)
7307 n_mdswitches = 0;
7313 n_mdswitches++;
7320 if (n_mdswitches)
7324 mdswitches = XNEWVEC (struct mdswitchstr, n_mdswitches);
7100 static int n_mdswitches; variable

Completed in 71 milliseconds