Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c914 static char **preprocessor_options; variable
3013 if (! preprocessor_options)
3014 preprocessor_options
3017 preprocessor_options
3018 = (char **) xrealloc (preprocessor_options,
3021 preprocessor_options [n_preprocessor_options - 1] =
4758 do_spec_1 (preprocessor_options[i], 1, NULL);
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c1039 static char **preprocessor_options; variable
3227 if (! preprocessor_options) in add_preprocessor_option()
3228 preprocessor_options = XNEWVEC (char *, n_preprocessor_options); in add_preprocessor_option()
3230 preprocessor_options = xrealloc (preprocessor_options, in add_preprocessor_option()
3233 preprocessor_options [n_preprocessor_options - 1] = in add_preprocessor_option()
5113 do_spec_1 (preprocessor_options[i], 1, NULL); in do_spec_1()