Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dinternal.h628 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, bool);
H A Dfiles.c796 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in _cpp_stack_file() function
932 return _cpp_stack_file (pfile, file, type == IT_IMPORT); in _cpp_stack_include()
H A Dinit.c593 _cpp_stack_file (pfile, pfile->main_file, false); in cpp_read_main_file()
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dinternal.h653 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, bool,
H A Dfiles.c894 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, bool import, in _cpp_stack_file() function
1049 stacked = _cpp_stack_file (pfile, file, type == IT_IMPORT, loc); in _cpp_stack_include()
H A Dinit.c649 _cpp_stack_file (pfile, pfile->main_file, false, loc); in cpp_read_main_file()