Home
last modified time | relevance | path

Searched refs:cpp_read_main_file (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmakedepend.c166 if (!cpp_read_main_file (reader, file)) in process_file()
H A Dinit.c478 cpp_read_main_file (cpp_reader *pfile, const char *fname) in cpp_read_main_file() function
H A DChangeLog210 * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
/freebsd-12.1/contrib/gcc/
H A Dc-opts.c1151 = cpp_read_main_file (parse_in, in_fnames[0]); in c_common_post_options()
1234 = cpp_read_main_file (parse_in, in_fnames[i]); in c_common_parse_file()
H A Dfix-header.c626 if (!cpp_read_main_file (scan_in, in_fname)) in read_scan_file()
H A DChangeLog-20036956 * cppinit.c (cpp_read_main_file): Split into two functions:
6965 * fix-header.c (cpp_read_main_file): Replace cpp_read_main_file
11493 (cpp_read_main_file): Don't initialize line here.
12517 (cpp_read_main_file): Update.
14335 (cpp_read_main_file): Use it.
26043 (cpp_read_main_file): Set line to 1 earlier.
29155 cpp_create_reader rather than cpp_read_main_file.
29890 (cpp_read_main_file): Mark named operators here...
30466 move call to cpp_read_main_file from latter to former.
30675 cpp_read_main_file.
[all …]
H A DChangeLog-2002871 (cpp_read_main_file): ...here as -nostdinc should not affect
10488 (cpp_read_main_file): Init deps if necessary.
10604 (cpp_read_main_file): Don't overlay a buffer.
16409 (cpp_read_main_file): Only overlay if compiling.
21284 (cpp_read_main_file): Overlay an empty buffer if traditional.
23001 (cpp_read_main_file): Call sanity_checks() from here...
H A DChangeLog-200435489 * cppinit.c (cpp_read_main_file): Return NULL rather than false.
43135 (cpp_read_main_file): as before 10-01. Call _cpp_stack_file.
43148 (c_common_post_options): Call cpp_read_main_file here instead.
43153 (c_common_parse_file): Call cpp_read_main_file for subsequent main
43156 * fix-header.c (read_scan_file): Call cpp_read_main_file instead of
H A DChangeLog-20015121 (cpp_start_read): Rename cpp_read_main_file. Initialize the
5125 (cpp_read_main_file, cpp_finish_options): New.
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h653 extern const char *cpp_read_main_file (cpp_reader *, const char *);