Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c644 cpp_post_options (cpp_reader *pfile) in cpp_post_options() function
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h996 extern void cpp_post_options (cpp_reader *);
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc661 cpp_post_options (cpp_reader *pfile) in cpp_post_options() function
H A DChangeLog5376 (cpp_post_options): Pick flags value to pass to
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1078 extern void cpp_post_options (cpp_reader *);
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc542 cpp_post_options (cpp_in); in gfc_cpp_post_options()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c492 cpp_post_options (cpp_in); in gfc_cpp_post_options()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c1117 cpp_post_options (parse_in); in c_common_post_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc1156 cpp_post_options (parse_in); in c_common_post_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200210481 don't call cpp_post_options.
10493 (cpp_post_options): Rename post_options.
10496 (cpp_post_options): Remove.
10498 * fix-header.c (read_scan_file): Don't call cpp_post_options.
10571 * cppinit.c (cpp_post_options): Don't canonicalize in_fname.
10607 (cpp_post_options): Don't canonicalize out_fname, or do anything
11350 * cppinit.c (cpp_post_options): Likewise.
16790 (cpp_post_options): Don't print a version string.
19342 * cppinit.c (cpp_post_options): Set warn_long_long.
20420 (output_deps, cpp_handle_option, cpp_post_options): Use DL_ERROR.
[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.
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20013778 * cp/decl2.c (cxx_post_options): Call cpp_post_options.