Home
last modified time | relevance | path

Searched refs:have_vtable (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/bindgen/src/ir/analysis/
Dhas_vtable.rs68 have_vtable: HashMap<ItemId, HasVtableResult>, field
102 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() localVariable
144 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()
/external/rust/crates/bindgen/src/ir/
Dcontext.rs449 have_vtable: Option<HashMap<ItemId, HasVtableResult>>, field
578 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()