Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h687 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, include_type, location_t);
H A Dfiles.c915 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, include_type type, in _cpp_stack_file() function
1068 return _cpp_stack_file (pfile, file, type, loc); in _cpp_stack_include()
H A Dinit.c686 _cpp_stack_file (pfile, pfile->main_file, IT_MAIN, 0); in cpp_read_main_file()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h720 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, include_type, location_t);
H A Dfiles.cc915 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, include_type type, in _cpp_stack_file() function
1125 return _cpp_stack_file (pfile, file, type, loc); in _cpp_stack_include()
H A DChangeLog616 * files.c (_cpp_stack_file): Make buffers end in unread \n.
745 (_cpp_stack_file): Check pfile->main_file equality.
771 (_cpp_stack_file): Add header unit support.
927 * files.c (_cpp_stack_file): Adjust for IT_PRE_MAIN change.
1000 * files.c (_cpp_stack_file): Start on line zero when about to inject
1005 * init.c (cpp_read_main_file): Likewise, inform _cpp_stack_file.
1347 * files.c (_cpp_stack_file): Lexer will have always incremented.
1363 (_cpp_stack_file): Take include_type, not a bool.
1368 (_cpp_stack_file): Replace IMPORT boolean with include_type enum.
1371 * init.c (cpp_read_main_file): Pass IT_MAIN to _cpp_stack_file.
[all …]
H A Dinit.cc702 _cpp_stack_file (pfile, pfile->main_file, in cpp_read_main_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20036957 Distribute _cpp_stack_file call over the two functions.
6963 (_cpp_stack_file): No longer needed. But note the following.
6964 (stack_file): Made non-static and renamed to _cpp_stack_file.
11490 (_cpp_stack_file): New internal function name.
12511 (_cpp_stack_file): Renamed from _cpp_read_file.
H A DChangeLog-200442249 * cppfiles.c (_cpp_stack_file): Set sysp from and in buffer.
43135 (cpp_read_main_file): as before 10-01. Call _cpp_stack_file.