Home
last modified time | relevance | path

Searched refs:has_vtable_ptr (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/bindgen/src/ir/analysis/
Dhas_vtable.rs239 fn has_vtable_ptr(&self, ctx: &BindgenContext) -> bool; in has_vtable_ptr() method
Dsizedness.rs214 if id.has_vtable_ptr(self.ctx) { in constrain()
/external/rust/crates/bindgen/src/ir/
Ditem.rs1101 fn has_vtable_ptr(&self, ctx: &BindgenContext) -> bool { in has_vtable_ptr() function
1116 fn has_vtable_ptr(&self, ctx: &BindgenContext) -> bool { in has_vtable_ptr() method
1117 self.id().has_vtable_ptr(ctx) in has_vtable_ptr()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs1732 if item.has_vtable_ptr(ctx) { in codegen()