Home
last modified time | relevance | path

Searched defs:Vtable (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/tokio/src/runtime/task/
Draw.rs13 pub(super) struct Vtable { struct
15 pub(super) poll: unsafe fn(NonNull<Header>),
18 pub(super) schedule: unsafe fn(NonNull<Header>),
21 pub(super) dealloc: unsafe fn(NonNull<Header>),
46 pub(super) fn vtable<T: Future, S: Schedule>() -> &'static Vtable { in vtable()
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_itanium.cc196 VtablePrefix *getVtablePrefix(void *Vtable) { in getVtablePrefix()
221 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in checkDynamicType() local
247 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in getDynamicTypeInfoFromVtable() local
Dubsan_handlers_cxx.cc98 void HandleCFIBadType(CFICheckFailData *Data, ValueHandle Vtable, in HandleCFIBadType()
/external/rust/crates/bytes/src/
Dbytes.rs108 pub(crate) struct Vtable { struct
110 pub clone: unsafe fn(&AtomicPtr<()>, *const u8, usize) -> Bytes,
114 pub to_vec: unsafe fn(&AtomicPtr<()>, *const u8, usize) -> Vec<u8>,
116 pub drop: unsafe fn(&mut AtomicPtr<()>, *const u8, usize),
461 if self.vtable as *const Vtable == &PROMOTABLE_EVEN_VTABLE in truncate() constant
462 || self.vtable as *const Vtable == &PROMOTABLE_ODD_VTABLE in truncate() constant
492 vtable: &'static Vtable, in with_vtable()
889 impl fmt::Debug for Vtable { implementation
/external/rust/crates/bindgen/codegen/
Dmod.rs1083 struct Vtable<'a> { struct
1090 impl<'a> Vtable<'a> { argument
1096 impl<'a> CodeGenerator for Vtable<'a> { implementation
1174 impl<'a> ItemCanonicalName for Vtable<'a> { implementation
1180 impl<'a> TryToRustTy for Vtable<'a> { implementation
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1193 auto *Vtable = TheModule.getGlobalVariable(vtableName); in GetEHType() local