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

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c1055 static int n_preprocessor_options;
3278 n_preprocessor_options++;
3281 preprocessor_options = XNEWVEC (char *, n_preprocessor_options);
3284 n_preprocessor_options * sizeof (char *));
3286 preprocessor_options [n_preprocessor_options - 1] =
5214 for (i = 0; i < n_preprocessor_options; i++)
1052 static int n_preprocessor_options; variable

Completed in 98 milliseconds