Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dfiles.c159 struct file_hash_entry_pool struct
164 struct file_hash_entry_pool *next; argument
1062 struct file_hash_entry_pool *pool = XNEW (struct file_hash_entry_pool); in allocate_file_hash_entries()
1084 struct file_hash_entry_pool *iter = pfile->file_hash_entries; in free_file_hash_entries()
1087 struct file_hash_entry_pool *next = iter->next; in free_file_hash_entries()
H A Dinternal.h433 struct file_hash_entry_pool *file_hash_entries;
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dfiles.c160 struct file_hash_entry_pool struct
165 struct file_hash_entry_pool *next; argument
1197 struct file_hash_entry_pool *pool = XNEW (struct file_hash_entry_pool); in allocate_file_hash_entries()
1219 struct file_hash_entry_pool *iter = pfile->file_hash_entries; in free_file_hash_entries()
1222 struct file_hash_entry_pool *next = iter->next; in free_file_hash_entries()
H A Dinternal.h451 struct file_hash_entry_pool *file_hash_entries;