Lines Matching refs:cpp_reader
170 static bool pch_open_file (cpp_reader *pfile, _cpp_file *file,
172 static bool find_file_in_dir (cpp_reader *pfile, _cpp_file *file,
174 static bool read_file_guts (cpp_reader *pfile, _cpp_file *file);
175 static bool read_file (cpp_reader *pfile, _cpp_file *file);
176 static bool should_stack_file (cpp_reader *, _cpp_file *file, bool import);
177 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname,
180 static void open_file_failed (cpp_reader *pfile, _cpp_file *file, int);
183 static _cpp_file *make_cpp_file (cpp_reader *, cpp_dir *, const char *fname);
185 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp);
186 static void allocate_file_hash_entries (cpp_reader *pfile);
187 static struct file_hash_entry *new_file_hash_entry (cpp_reader *pfile);
193 static char *remap_filename (cpp_reader *pfile, _cpp_file *file);
195 static bool validate_pch (cpp_reader *, _cpp_file *file, const char *pchname);
198 static bool check_file_against_entries (cpp_reader *, _cpp_file *, bool);
278 pch_open_file (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in pch_open_file()
350 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in find_file_in_dir()
410 search_path_exhausted (cpp_reader *pfile, const char *header, _cpp_file *file) in search_path_exhausted()
452 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file()
586 read_file_guts (cpp_reader *pfile, _cpp_file *file) in read_file_guts()
662 read_file (cpp_reader *pfile, _cpp_file *file) in read_file()
688 should_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in should_stack_file()
796 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in _cpp_stack_file()
839 _cpp_mark_file_once_only (cpp_reader *pfile, _cpp_file *file) in _cpp_mark_file_once_only()
849 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head()
909 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include()
937 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets) in open_file_failed()
982 make_cpp_file (cpp_reader *pfile, cpp_dir *dir, const char *fname) in make_cpp_file()
1006 destroy_all_cpp_files (cpp_reader *pfile) in destroy_all_cpp_files()
1025 make_cpp_dir (cpp_reader *pfile, const char *dir_name, int sysp) in make_cpp_dir()
1060 allocate_file_hash_entries (cpp_reader *pfile) in allocate_file_hash_entries()
1070 new_file_hash_entry (cpp_reader *pfile) in new_file_hash_entry()
1082 free_file_hash_entries (cpp_reader *pfile) in free_file_hash_entries()
1097 cpp_included (cpp_reader *pfile, const char *fname) in cpp_included()
1114 cpp_included_before (cpp_reader *pfile, const char *fname, in cpp_included_before()
1170 _cpp_init_files (cpp_reader *pfile) in _cpp_init_files()
1187 _cpp_cleanup_files (cpp_reader *pfile) in _cpp_cleanup_files()
1200 cpp_clear_file_cache (cpp_reader *pfile) in cpp_clear_file_cache()
1210 _cpp_fake_include (cpp_reader *pfile, const char *fname) in _cpp_fake_include()
1219 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) in cpp_make_system_header()
1236 cpp_change_file (cpp_reader *pfile, enum lc_reason reason, in cpp_change_file()
1289 _cpp_report_missing_guards (cpp_reader *pfile) in _cpp_report_missing_guards()
1320 _cpp_compare_file_date (cpp_reader *pfile, const char *fname, in _cpp_compare_file_date()
1346 cpp_push_include (cpp_reader *pfile, const char *fname) in cpp_push_include()
1354 _cpp_pop_file_buffer (cpp_reader *pfile, _cpp_file *file) in _cpp_pop_file_buffer()
1393 cpp_set_include_chains (cpp_reader *pfile, cpp_dir *quote, cpp_dir *bracket, in cpp_set_include_chains()
1524 remap_filename (cpp_reader *pfile, _cpp_file *file) in remap_filename()
1568 validate_pch (cpp_reader *pfile, _cpp_file *file, const char *pchname) in validate_pch()
1620 cpp_get_buffer (cpp_reader *pfile) in cpp_get_buffer()
1684 _cpp_save_file_entries (cpp_reader *pfile, FILE *fp) in _cpp_save_file_entries()
1751 _cpp_read_file_entries (cpp_reader *pfile ATTRIBUTE_UNUSED, FILE *f) in _cpp_read_file_entries()
1824 check_file_against_entries (cpp_reader *pfile ATTRIBUTE_UNUSED, in check_file_against_entries()