Searched refs:read_file_guts (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc175 static bool read_file_guts (cpp_reader *pfile, _cpp_file *file,
689 read_file_guts (cpp_reader *pfile, _cpp_file *file, location_t loc, function
771 /* Convenience wrapper around read_file_guts that opens the file if
774 any diagnostics. Unlike read_file_guts(), PFILE may not be NULL. */
792 file->dont_read = !read_file_guts (pfile, file, loc,
2179 const bool ok = read_file_guts (NULL, &file, 0, input_charset);
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c175 static bool read_file_guts (cpp_reader *pfile, _cpp_file *file,
693 read_file_guts (cpp_reader *pfile, _cpp_file *file, location_t loc) function
772 /* Convenience wrapper around read_file_guts that opens the file if
793 file->dont_read = !read_file_guts (pfile, file, loc);

Completed in 213 milliseconds