Searched refs:cpp_read_main_file (Results 1 – 14 of 14) sorted by relevance
/openbsd/gnu/gcc/libcpp/ |
H A D | makedepend.c | 166 if (!cpp_read_main_file (reader, file)) in process_file()
|
H A D | init.c | 465 cpp_read_main_file (cpp_reader *pfile, const char *fname) in cpp_read_main_file() function
|
H A D | ChangeLog | 210 * init.c (cpp_read_main_file): Pass additional arg to _cpp_find_file.
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-opts.c | 1113 = cpp_read_main_file (parse_in, in_fnames[0]); in c_common_post_options() 1196 = cpp_read_main_file (parse_in, in_fnames[i]); in c_common_parse_file()
|
H A D | fix-header.c | 626 if (!cpp_read_main_file (scan_in, in_fname)) in read_scan_file()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cpplib.h | 542 extern const char *cpp_read_main_file PARAMS ((cpp_reader *, const char *,
|
H A D | cppmain.c | 73 if (cpp_read_main_file (pfile, in_fname, NULL))
|
H A D | c-lex.c | 138 return cpp_read_main_file (parse_in, filename, ident_hash);
|
H A D | fix-header.c | 638 if (! cpp_read_main_file (scan_in, in_fname, NULL))
|
H A D | cppinit.c | 972 cpp_read_main_file (pfile, fname, table) in cpp_read_main_file() function
|
H A D | ChangeLog.7 | 1962 (cpp_read_main_file): Only overlay if compiling. 6837 (cpp_read_main_file): Overlay an empty buffer if traditional. 8554 (cpp_read_main_file): Call sanity_checks() from here...
|
H A D | ChangeLog | 16196 (cpp_read_main_file): Init deps if necessary. 16312 (cpp_read_main_file): Don't overlay a buffer.
|
H A D | ChangeLog.6 | 5121 (cpp_start_read): Rename cpp_read_main_file. Initialize the 5125 (cpp_read_main_file, cpp_finish_options): New.
|
/openbsd/gnu/gcc/libcpp/include/ |
H A D | cpplib.h | 644 extern const char *cpp_read_main_file (cpp_reader *, const char *);
|