Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgcc.c1052 static int n_preprocessor_options; variable
3258 n_preprocessor_options++; in add_preprocessor_option()
3261 preprocessor_options = XNEWVEC (char *, n_preprocessor_options); in add_preprocessor_option()
3264 n_preprocessor_options * sizeof (char *)); in add_preprocessor_option()
3266 preprocessor_options [n_preprocessor_options - 1] = in add_preprocessor_option()
5192 for (i = 0; i < n_preprocessor_options; i++) in do_spec_1()