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);
535 cpp_file_hash_entry *entry in _cpp_find_file()
536 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, start_dir); in _cpp_find_file()
618 = search_cache ((struct cpp_file_hash_entry *) *hash_slot, file->dir); in _cpp_find_file()
642 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()
655 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()
666 entry->next = (struct cpp_file_hash_entry *) *hash_slot; in _cpp_find_file()
1252 static struct cpp_file_hash_entry *
1253 search_cache (struct cpp_file_hash_entry *head, const cpp_dir *start_dir) in search_cache()
1306 struct cpp_file_hash_entry *entry, **hash_slot; in make_cpp_dir()
1309 hash_slot = (struct cpp_file_hash_entry **) in make_cpp_dir()
1348 static struct cpp_file_hash_entry *
1378 struct cpp_file_hash_entry *entry; in cpp_included()
1380 entry = (struct cpp_file_hash_entry *) in cpp_included()
1396 struct cpp_file_hash_entry *entry in cpp_included_before()
1397 = (struct cpp_file_hash_entry *) in cpp_included_before()
1415 struct cpp_file_hash_entry *entry = (struct cpp_file_hash_entry *) p; in file_hash_hash()
1429 struct cpp_file_hash_entry *entry = (struct cpp_file_hash_entry *) p; in file_hash_eq()
1534 struct cpp_file_hash_entry *entry = (struct cpp_file_hash_entry *) *slot; in report_missing_guard()