Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmakedepend.c146 cpp_post_options (reader); in reader_init()
H A Dinit.c463 cpp_post_options (cpp_reader *pfile) in cpp_post_options() function
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h664 extern void cpp_post_options (cpp_reader *);
/freebsd-12.1/contrib/gcc/
H A Dfix-header.c624 cpp_post_options (scan_in); in read_scan_file()
H A Dc-opts.c1142 cpp_post_options (parse_in); in c_common_post_options()
H A DChangeLog-200210481 don't call cpp_post_options.
10493 (cpp_post_options): Rename post_options.
10496 (cpp_post_options): Remove.
11350 * cppinit.c (cpp_post_options): Likewise.
21582 (cpp_post_options): Likewise.
23002 (cpp_post_options): ... not here.
23047 (cpp_post_options): Move sanity checks to...
23147 (cpp_post_options): Add sanity checks.
25521 cpp_handle_option, cpp_post_options): Update.
27500 (cpp_post_options): ... not here.
[all …]
H A DChangeLog-200113174 cpp_post_options and after stacking the main file.
23427 * cppinit.c (cpp_post_options): Shut off macro expansion if
28603 (cpp_post_options): Print version here if print_version is set.
32434 (cpp_post_options): Ensure one of -M or -MM is specified with
32669 * c-lang.c (c_post_options): Call cpp_post_options.
32674 to cpp_post_options. Don't call init_dependency_output.
32679 (cpp_post_options): New.
32684 * cpplib.h (cpp_post_options): New.
H A DChangeLog-200311488 (cpp_post_options): New function.
11494 * c-opts.c (c_common_post_options): Call cpp_post_options.
11496 * fix-header.c (read_scan_file): Call cpp_post_options.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-20013778 * cp/decl2.c (cxx_post_options): Call cpp_post_options.