Searched refs:has_vtable (Results 1 – 10 of 10) sorted by relevance
45 mod has_vtable; module46 pub use self::has_vtable::{HasVtable, HasVtableAnalysis, HasVtableResult};
235 fn has_vtable(&self, ctx: &BindgenContext) -> bool; in has_vtable() method
6 use crate::ir::analysis::has_vtable::HasVtable;368 item.has_vtable(self.ctx) in constrain_type()
944 vtable_added = !fc->has_vtable() && sc->has_vtable(); in report()945 vtable_removed = fc->has_vtable() && !sc->has_vtable(); in report()
1595 vtable_added = !fc->has_vtable() && sc->has_vtable(); in report()1596 vtable_removed = fc->has_vtable() && !sc->has_vtable(); in report()
21223 class_decl::has_vtable() const in has_vtable() function in abigail::ir::class_decl
1092 fn has_vtable(&self, ctx: &BindgenContext) -> bool { in has_vtable() function1112 fn has_vtable(&self, ctx: &BindgenContext) -> bool { in has_vtable() method1113 self.id().has_vtable(ctx) in has_vtable()
4104 has_vtable() const;
2074 .filter(|base| base.ty.has_vtable(ctx)) in codegen()
19634 * include/abg-ir.h (class_decl::{has_virtual_base, has_vtable}):