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

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c429 htab_find_slot_with_hash (pfile->file_hash, fname,
1031 htab_find_with_hash (pfile->file_hash, fname, htab_hash_string (fname));
1082 pfile->file_hash = htab_create_alloc (127, file_hash_hash, file_hash_eq,
1099 htab_delete (pfile->file_hash);
1177 htab_traverse (pfile->file_hash, report_missing_guard, &banner);
H A Dinternal.h358 struct htab *file_hash; member in struct:cpp_reader

Completed in 101 milliseconds