Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h533 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, bool);
H A Dinit.c494 _cpp_stack_file (pfile, pfile->main_file, false); in cpp_read_main_file()
H A Dfiles.c768 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in _cpp_stack_file() function
902 return _cpp_stack_file (pfile, file, type == IT_IMPORT); in _cpp_stack_include()
/freebsd-12.1/contrib/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.