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

/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c53 cpp_file_hash_entry; at present no reference count is kept. */
143 struct cpp_file_hash_entry struct
145 struct cpp_file_hash_entry *next;
155 /* Number of entries to put in a cpp_file_hash_entry pool. */
158 /* A file hash entry pool. We allocate cpp_file_hash_entry object from
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 *entr
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc53 cpp_file_hash_entry; at present no reference count is kept. */
143 struct cpp_file_hash_entry struct
145 struct cpp_file_hash_entry *next;
155 /* Number of entries to put in a cpp_file_hash_entry pool. */
158 /* A file hash entry pool. We allocate cpp_file_hash_entry object from
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 *entr
[all...]

Completed in 130 milliseconds