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

/netbsd-current/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 Dinit.c686 _cpp_stack_file (pfile, pfile->main_file, IT_MAIN, 0);
H A Dfiles.c915 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, include_type type, function
1068 return _cpp_stack_file (pfile, file, type, loc);
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h720 extern bool _cpp_stack_file (cpp_reader *, _cpp_file*, include_type, location_t);
H A Dinit.cc702 _cpp_stack_file (pfile, pfile->main_file,
H A Dfiles.cc915 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, include_type type, function
1125 return _cpp_stack_file (pfile, file, type, loc);

Completed in 204 milliseconds