Home
last modified time | relevance | path

Searched refs:has_vtable (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/bindgen/src/ir/analysis/
Dmod.rs45 mod has_vtable; module
46 pub use self::has_vtable::{HasVtable, HasVtableAnalysis, HasVtableResult};
Dhas_vtable.rs235 fn has_vtable(&self, ctx: &BindgenContext) -> bool; in has_vtable() method
Dderive.rs6 use crate::ir::analysis::has_vtable::HasVtable;
368 item.has_vtable(self.ctx) in constrain_type()
/external/libabigail/src/
Dabg-leaf-reporter.cc944 vtable_added = !fc->has_vtable() && sc->has_vtable(); in report()
945 vtable_removed = fc->has_vtable() && !sc->has_vtable(); in report()
Dabg-default-reporter.cc1595 vtable_added = !fc->has_vtable() && sc->has_vtable(); in report()
1596 vtable_removed = fc->has_vtable() && !sc->has_vtable(); in report()
Dabg-ir.cc21223 class_decl::has_vtable() const in has_vtable() function in abigail::ir::class_decl
/external/rust/crates/bindgen/src/ir/
Ditem.rs1092 fn has_vtable(&self, ctx: &BindgenContext) -> bool { in has_vtable() function
1112 fn has_vtable(&self, ctx: &BindgenContext) -> bool { in has_vtable() method
1113 self.id().has_vtable(ctx) in has_vtable()
/external/libabigail/include/
Dabg-ir.h4104 has_vtable() const;
/external/rust/crates/bindgen/src/codegen/
Dmod.rs2074 .filter(|base| base.ty.has_vtable(ctx)) in codegen()
/external/libabigail/
DChangeLog19634 * include/abg-ir.h (class_decl::{has_virtual_base, has_vtable}):