Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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];
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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc143 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()
[all …]
H A DChangeLog3697 (cpp_file_hash_entry): ... this one ; update.