Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlto-streamer-in.c52 static hash_table<string_slot_hasher> *file_name_hash_table;
358 slot = file_name_hash_table->find_slot (&s_slot, INSERT);
2074 file_name_hash_table
2086 delete file_name_hash_table;
2087 file_name_hash_table = NULL;
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlto-streamer-in.cc52 static hash_table<string_slot_hasher> *file_name_hash_table; variable
358 slot = file_name_hash_table->find_slot (&s_slot, INSERT); in canon_file_name()
2107 file_name_hash_table in lto_reader_init()
2119 delete file_name_hash_table; in lto_free_file_name_hash()
2120 file_name_hash_table = NULL; in lto_free_file_name_hash()
H A DChangeLog-20196506 (file_name_hash_table): Turn to hash_table<string_slot_hasher>.
H A DChangeLog-201332540 (htab_t file_name_hash_table):
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/
H A DChangeLog5977 (file_name_hash_table): New hash table.