Home
last modified time | relevance | path

Searched refs:search_path_exhausted (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c470 search_path_exhausted (cpp_reader *pfile, const char *header, _cpp_file *file) in search_path_exhausted() function
560 if (search_path_exhausted (pfile, fname, file)) in _cpp_find_file()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc470 search_path_exhausted (cpp_reader *pfile, const char *header, _cpp_file *file) in search_path_exhausted() function
555 if (search_path_exhausted (pfile, fname, file)) in _cpp_find_file()
H A DChangeLog1484 * files.c (search_path_exhausted): Fix typo in comment.
6819 * files.c (_cpp_find_file): Add files found by search_path_exhausted
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200434602 * cppfiles.c (search_path_exhausted): Arrange for the missing
39449 (search_path_exhausted, cpp_get_path, cpp_get_buffer,
39451 (_cpp_find_file): Use search_path_exhausted.