Lines Matching refs:cpp_reader

153 static bool pch_open_file (cpp_reader *pfile, _cpp_file *file,
155 static bool find_file_in_dir (cpp_reader *pfile, _cpp_file *file,
157 static bool read_file_guts (cpp_reader *pfile, _cpp_file *file);
158 static bool read_file (cpp_reader *pfile, _cpp_file *file);
159 static bool should_stack_file (cpp_reader *, _cpp_file *file, bool import);
160 static struct cpp_dir *search_path_head (cpp_reader *, const char *fname,
163 static void open_file_failed (cpp_reader *pfile, _cpp_file *file, int);
166 static _cpp_file *make_cpp_file (cpp_reader *, cpp_dir *, const char *fname);
168 static cpp_dir *make_cpp_dir (cpp_reader *, const char *dir_name, int sysp);
169 static void allocate_file_hash_entries (cpp_reader *pfile);
170 static struct file_hash_entry *new_file_hash_entry (cpp_reader *pfile);
176 static char *remap_filename (cpp_reader *pfile, _cpp_file *file);
178 static bool validate_pch (cpp_reader *, _cpp_file *file, const char *pchname);
181 static bool check_file_against_entries (cpp_reader *, _cpp_file *, bool);
245 pch_open_file (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in pch_open_file()
313 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch) in find_file_in_dir()
373 search_path_exhausted (cpp_reader *pfile, const char *header, _cpp_file *file) in search_path_exhausted()
415 _cpp_find_file (cpp_reader *pfile, const char *fname, cpp_dir *start_dir, bool fake, int angle_brac… in _cpp_find_file()
546 read_file_guts (cpp_reader *pfile, _cpp_file *file) in read_file_guts()
635 read_file (cpp_reader *pfile, _cpp_file *file) in read_file()
661 should_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in should_stack_file()
768 _cpp_stack_file (cpp_reader *pfile, _cpp_file *file, bool import) in _cpp_stack_file()
811 _cpp_mark_file_once_only (cpp_reader *pfile, _cpp_file *file) in _cpp_mark_file_once_only()
821 search_path_head (cpp_reader *pfile, const char *fname, int angle_brackets, in search_path_head()
880 _cpp_stack_include (cpp_reader *pfile, const char *fname, int angle_brackets, in _cpp_stack_include()
907 open_file_failed (cpp_reader *pfile, _cpp_file *file, int angle_brackets) in open_file_failed()
939 make_cpp_file (cpp_reader *pfile, cpp_dir *dir, const char *fname) in make_cpp_file()
970 make_cpp_dir (cpp_reader *pfile, const char *dir_name, int sysp) in make_cpp_dir()
1004 allocate_file_hash_entries (cpp_reader *pfile) in allocate_file_hash_entries()
1014 new_file_hash_entry (cpp_reader *pfile) in new_file_hash_entry()
1026 cpp_included (cpp_reader *pfile, const char *fname) in cpp_included()
1080 _cpp_init_files (cpp_reader *pfile) in _cpp_init_files()
1097 _cpp_cleanup_files (cpp_reader *pfile) in _cpp_cleanup_files()
1107 _cpp_fake_include (cpp_reader *pfile, const char *fname) in _cpp_fake_include()
1116 cpp_make_system_header (cpp_reader *pfile, int syshdr, int externc) in cpp_make_system_header()
1134 cpp_change_file (cpp_reader *pfile, enum lc_reason reason, in cpp_change_file()
1173 _cpp_report_missing_guards (cpp_reader *pfile) in _cpp_report_missing_guards()
1184 _cpp_compare_file_date (cpp_reader *pfile, const char *fname, in _cpp_compare_file_date()
1210 cpp_push_include (cpp_reader *pfile, const char *fname) in cpp_push_include()
1218 _cpp_pop_file_buffer (cpp_reader *pfile, _cpp_file *file) in _cpp_pop_file_buffer()
1249 cpp_set_include_chains (cpp_reader *pfile, cpp_dir *quote, cpp_dir *bracket, in cpp_set_include_chains()
1380 remap_filename (cpp_reader *pfile, _cpp_file *file) in remap_filename()
1416 validate_pch (cpp_reader *pfile, _cpp_file *file, const char *pchname) in validate_pch()
1468 cpp_get_buffer (cpp_reader *pfile) in cpp_get_buffer()
1532 _cpp_save_file_entries (cpp_reader *pfile, FILE *fp) in _cpp_save_file_entries()
1599 _cpp_read_file_entries (cpp_reader *pfile ATTRIBUTE_UNUSED, FILE *f) in _cpp_read_file_entries()
1672 check_file_against_entries (cpp_reader *pfile ATTRIBUTE_UNUSED, in check_file_against_entries()