Lines Matching refs:cpp_file_hash_entry

143 struct cpp_file_hash_entry  struct
145 struct cpp_file_hash_entry *next; argument
167 struct cpp_file_hash_entry pool[FILE_HASH_POOL_SIZE];
186 static struct cpp_file_hash_entry *search_cache (struct cpp_file_hash_entry *head,
192 static struct cpp_file_hash_entry *new_file_hash_entry (cpp_reader *pfile);
512 struct cpp_file_hash_entry *entry; in _cpp_find_file()
529 entry = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir); in _cpp_find_file()
605 entry = search_cache ((struct cpp_file_hash_entry *) *hash_slot, file->dir); in _cpp_find_file()
629 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()
642 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()
653 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()
1105 static struct cpp_file_hash_entry *
1106 search_cache (struct cpp_file_hash_entry *head, const cpp_dir *start_dir) in search_cache()
1162 struct cpp_file_hash_entry *entry, **hash_slot; in make_cpp_dir()
1165 hash_slot = (struct cpp_file_hash_entry **) in make_cpp_dir()
1204 static struct cpp_file_hash_entry *
1234 struct cpp_file_hash_entry *entry; in cpp_included()
1236 entry = (struct cpp_file_hash_entry *) in cpp_included()
1252 struct cpp_file_hash_entry *entry in cpp_included_before()
1253 = (struct cpp_file_hash_entry *) in cpp_included_before()
1271 struct cpp_file_hash_entry *entry = (struct cpp_file_hash_entry *) p; in file_hash_hash()
1285 struct cpp_file_hash_entry *entry = (struct cpp_file_hash_entry *) p; in file_hash_eq()
1388 struct cpp_file_hash_entry *entry = (struct cpp_file_hash_entry *) *slot; in report_missing_guard()