Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c160 struct file_hash_entry_pool struct
165 struct file_hash_entry_pool *next; argument
1206 struct file_hash_entry_pool *pool = XNEW (struct file_hash_entry_pool); in allocate_file_hash_entries()
1228 struct file_hash_entry_pool *iter = pfile->file_hash_entries; in free_file_hash_entries()
1231 struct file_hash_entry_pool *next = iter->next; in free_file_hash_entries()
H A Dinternal.h458 struct file_hash_entry_pool *file_hash_entries;
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc160 struct file_hash_entry_pool struct
165 struct file_hash_entry_pool *next; argument
1341 struct file_hash_entry_pool *pool = XNEW (struct file_hash_entry_pool); in allocate_file_hash_entries()
1363 struct file_hash_entry_pool *iter = pfile->file_hash_entries; in free_file_hash_entries()
1366 struct file_hash_entry_pool *next = iter->next; in free_file_hash_entries()
H A Dinternal.h474 struct file_hash_entry_pool *file_hash_entries;
H A DChangeLog6013 (struct file_hash_entry_pool): New.
6015 (allocate_file_hash_entries): Allocate a file_hash_entry_pool.