Home
last modified time | relevance | path

Searched defs:type_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_typeobject.h33 struct type_cache { struct
34 struct type_cache_entry hashtable[1 << MCACHE_SIZE_EXP]; argument
36 size_t hits;
37 size_t misses;
38 size_t collisions;
Dpycore_interp.h176 struct type_cache type_cache; member
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dsignificant_drop_tightening.rs63 type_cache: FxHashMap<Ty<'tcx>, bool>, field
148 type_cache: &'others mut FxHashMap<Ty<'tcx>, bool>, field
220 type_cache: &'others mut FxHashMap<Ty<'tcx>, bool>, field