Searched refs:has_vtable_ptr (Results 1 – 4 of 4) sorted by relevance
239 fn has_vtable_ptr(&self, ctx: &BindgenContext) -> bool; in has_vtable_ptr() method
214 if id.has_vtable_ptr(self.ctx) { in constrain()
1101 fn has_vtable_ptr(&self, ctx: &BindgenContext) -> bool { in has_vtable_ptr() function1116 fn has_vtable_ptr(&self, ctx: &BindgenContext) -> bool { in has_vtable_ptr() method1117 self.id().has_vtable_ptr(ctx) in has_vtable_ptr()
1732 if item.has_vtable_ptr(ctx) { in codegen()