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];
184 static struct cpp_file_hash_entry *search_cache (struct cpp_file_hash_entry *head,
190 static struct cpp_file_hash_entry *new_file_hash_entry (cpp_reader *pfile);
523 struct cpp_file_hash_entry *entry; in _cpp_find_file()
540 entry = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir); in _cpp_find_file()
624 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, file->dir); in _cpp_find_file()
648 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()
661 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()
672 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()
1114 static struct cpp_file_hash_entry *
1115 search_cache (struct cpp_file_hash_entry *head, const cpp_dir *start_dir) in search_cache()
1171 struct cpp_file_hash_entry *entry, **hash_slot; in make_cpp_dir()
1174 hash_slot = (struct cpp_file_hash_entry **) in make_cpp_dir()
1213 static struct cpp_file_hash_entry *
1243 struct cpp_file_hash_entry *entry; in cpp_included()
1245 entry = (struct cpp_file_hash_entry *) in cpp_included()
1261 struct cpp_file_hash_entry *entry in cpp_included_before()
1262 = (struct cpp_file_hash_entry *) in cpp_included_before()
1280 struct cpp_file_hash_entry *entry = (struct cpp_file_hash_entry *) p; in file_hash_hash()
1294 struct cpp_file_hash_entry *entry = (struct cpp_file_hash_entry *) p; in file_hash_eq()
1398 struct cpp_file_hash_entry *entry = (struct cpp_file_hash_entry *) *slot; in report_missing_guard()