/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-opts.c | 1123 = cpp_read_main_file (parse_in, in_fnames[0]); in c_common_post_options() 1210 = cpp_read_main_file (parse_in, in_fnames[i]); in c_common_parse_file()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-opts.cc | 1167 = cpp_read_main_file (parse_in, in_fnames[0], in c_common_post_options() 1258 = cpp_read_main_file (parse_in, in_fnames[i]); in c_common_parse_file()
|
H A D | ChangeLog | 2125 cpp_read_main_file.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | init.c | 666 cpp_read_main_file (cpp_reader *pfile, const char *fname) in cpp_read_main_file() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 985 extern const char *cpp_read_main_file (cpp_reader *, const char *);
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | init.cc | 684 cpp_read_main_file (cpp_reader *pfile, const char *fname, bool injecting) in cpp_read_main_file() function
|
H A D | ChangeLog | 725 * init.c (cpp_read_main_file): Use main_search option to locate 873 * init.c (cpp_read_main_file): Use cpp_get_deps result. 883 * init.c (cpp_read_main_file): Use get_deps. 921 * init.c (cpp_read_main_file): If there is no line marker, adjust 964 * init.c (cpp_read_main_file): Always use the last map for 1004 * include/cpplib.h (cpp_read_main_file): Add injecting parm. 1005 * init.c (cpp_read_main_file): Likewise, inform _cpp_stack_file. 1182 (cpp_read_main_file): Adjust _cpp_find_file call. 1371 * init.c (cpp_read_main_file): Pass IT_MAIN to _cpp_stack_file. 1585 * lex.c (cpp_read_main_file): [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1062 extern const char *cpp_read_main_file (cpp_reader *, const char *,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 596 if (!cpp_read_main_file (cpp_in, gfc_source_file)) in gfc_cpp_init_0()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 565 if (!cpp_read_main_file (cpp_in, gfc_source_file)) in gfc_cpp_init_0()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.cc | 2196 const char *fname = cpp_read_main_file (parser, tmp.get_filename ()); in test_lexer() 2423 const char *fname = cpp_read_main_file (m_parser, in lexer_test()
|
H A D | ChangeLog-2003 | 6956 * cppinit.c (cpp_read_main_file): Split into two functions: 6965 * fix-header.c (cpp_read_main_file): Replace cpp_read_main_file 6972 (c_common_parse_file): No longer need to call cpp_read_main_file 11486 * cppinit.c (cpp_read_main_file): Split out source-independent 11493 (cpp_read_main_file): Don't initialize line here. 11495 (c_common_parse_file): Call cpp_read_main_file, not cpp_stack_file. 11746 (cpp_read_main_file): Call dir_change callback if working_directory 12517 (cpp_read_main_file): Update. 14335 (cpp_read_main_file): Use it. 26043 (cpp_read_main_file): Set line to 1 earlier. [all …]
|
H A D | genmatch.cc | 5180 if (!cpp_read_main_file (r, input)) in main()
|
H A D | ChangeLog-2002 | 871 (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 D | ChangeLog-2004 | 35489 * 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 D | ChangeLog-2001 | 5121 (cpp_start_read): Rename cpp_read_main_file. Initialize the 5125 (cpp_read_main_file, cpp_finish_options): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 2036 const char *fname = cpp_read_main_file (parser, tmp.get_filename ()); in test_lexer() 2263 const char *fname = cpp_read_main_file (m_parser, in lexer_test()
|
H A D | genmatch.c | 5113 if (!cpp_read_main_file (r, input)) in main()
|
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 560 (cpp_read_main_file): Adjust _cpp_find_file call.
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/ |
H A D | test_patches.txt | 560 (cpp_read_main_file): Adjust _cpp_find_file call.
|