Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c913 static int n_preprocessor_options; variable
3011 n_preprocessor_options++;
3015 = (char **) xmalloc (n_preprocessor_options * sizeof (char *));
3019 n_preprocessor_options * sizeof (char *));
3021 preprocessor_options [n_preprocessor_options - 1] =
4756 for (i = 0; i < n_preprocessor_options; i++)
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c1038 static int n_preprocessor_options; variable
3225 n_preprocessor_options++; in add_preprocessor_option()
3228 preprocessor_options = XNEWVEC (char *, n_preprocessor_options); in add_preprocessor_option()
3231 n_preprocessor_options * sizeof (char *)); in add_preprocessor_option()
3233 preprocessor_options [n_preprocessor_options - 1] = in add_preprocessor_option()
5111 for (i = 0; i < n_preprocessor_options; i++) in do_spec_1()