Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h521 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, bool);
H A Dinit.c481 _cpp_stack_file (pfile, pfile->main_file, false); in cpp_read_main_file()
H A Dfiles.c699 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in _cpp_stack_file() function
832 return _cpp_stack_file (pfile, file, type == IT_IMPORT); in _cpp_stack_include()