Home
last modified time | relevance | path

Searched refs:cpp_file_hash_entry (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dfiles.c143 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()
[all …]