Searched defs:AllocMap (Results 1 – 3 of 3) sorted by relevance
482 pub(crate) struct AllocMap<'tcx> { struct497 impl<'tcx> AllocMap<'tcx> { impl
84 typedef absl::node_hash_map<int, BlockDesc> AllocMap; in Test() typedef
45 pub trait AllocMap<K: Hash + Eq, V> { interface