Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libcpp/include/
Dcpplib.h1062 extern const char *cpp_read_main_file (cpp_reader *, const char *,
/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dinit.cc684 cpp_read_main_file (cpp_reader *pfile, const char *fname, bool injecting) in cpp_read_main_file() function
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/gcc/
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()
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 …]
Dgenmatch.cc5180 if (!cpp_read_main_file (r, input)) in main()
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...
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
DChangeLog-20015121 (cpp_start_read): Rename cpp_read_main_file. Initialize the
5125 (cpp_read_main_file, cpp_finish_options): New.