Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-opts.c67 static void preprocess_file PARAMS ((void));
1435 preprocess_file () in preprocess_file() function
1471 preprocess_file ();
DChangeLog16269 * c-common.h (warn_multichar, preprocess_file): Remove.
16275 (preprocess_file): Make static. Update for cpplib.
16303 * c-common.c (c_common_init): Call preprocess_file instead.
16305 * c-common.h (preprocess_file): new.
16306 * c-opts.c (out_fname, out_stream, deps_append, preprocess_file,
/openbsd/src/gnu/gcc/gcc/
Dc-ppoutput.c65 preprocess_file (cpp_reader *pfile) in preprocess_file() function
Dc-common.h942 extern void preprocess_file (cpp_reader *);
Dc-opts.c1151 preprocess_file (parse_in); in c_common_init()