Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c1123 = 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 Dc-opts.cc1167 = 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 DChangeLog2125 cpp_read_main_file.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c666 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 Dcpplib.h985 extern const char *cpp_read_main_file (cpp_reader *, const char *);
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc684 cpp_read_main_file (cpp_reader *pfile, const char *fname, bool injecting) in cpp_read_main_file() function
H A DChangeLog725 * 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 Dcpplib.h1062 extern const char *cpp_read_main_file (cpp_reader *, const char *,
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc596 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 Dcpp.c565 if (!cpp_read_main_file (cpp_in, gfc_source_file)) in gfc_cpp_init_0()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc2196 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 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
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 Dgenmatch.cc5180 if (!cpp_read_main_file (r, input)) in main()
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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c2036 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 Dgenmatch.c5113 if (!cpp_read_main_file (r, input)) in main()
/netbsd-src/external/gpl3/gcc/dist/contrib/gcc-changelog/
H A Dtest_patches.txt560 (cpp_read_main_file): Adjust _cpp_find_file call.
/netbsd-src/external/gpl3/gcc.old/dist/contrib/gcc-changelog/
H A Dtest_patches.txt560 (cpp_read_main_file): Adjust _cpp_find_file call.