Searched refs:have_vtable (Results 1 – 2 of 2) sorted by relevance
68 have_vtable: HashMap<ItemId, HasVtableResult>, field102 match self.have_vtable.entry(id) { in insert()126 match self.have_vtable.get(&from).cloned() { in forward()139 let have_vtable = HashMap::default(); in new() localVariable144 have_vtable, in new()185 self.have_vtable.contains_key(&base.ty.into()) in constrain()219 .have_vtable in from()223 analysis.have_vtable in from()
449 have_vtable: Option<HashMap<ItemId, HasVtableResult>>, field578 have_vtable: None, in new()1261 assert!(self.have_vtable.is_none()); in compute_has_vtable()1262 self.have_vtable = Some(analyze::<HasVtableAnalysis>(self)); in compute_has_vtable()1274 self.have_vtable in lookup_has_vtable()