Searched defs:type_cache (Results 1 – 3 of 3) sorted by relevance
33 struct type_cache { struct34 struct type_cache_entry hashtable[1 << MCACHE_SIZE_EXP]; argument36 size_t hits;37 size_t misses;38 size_t collisions;
176 struct type_cache type_cache; member
63 type_cache: FxHashMap<Ty<'tcx>, bool>, field148 type_cache: &'others mut FxHashMap<Ty<'tcx>, bool>, field220 type_cache: &'others mut FxHashMap<Ty<'tcx>, bool>, field