Searched defs:Vtable (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/tokio/src/runtime/task/ |
D | raw.rs | 12 pub(super) struct Vtable { struct 30 pub(super) fn vtable<T: Future, S: Schedule>() -> &'static Vtable { in vtable()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_itanium.cc | 196 VtablePrefix *getVtablePrefix(void *Vtable) { in getVtablePrefix() 221 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in checkDynamicType() local 247 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in getDynamicTypeInfoFromVtable() local
|
D | ubsan_handlers_cxx.cc | 98 void HandleCFIBadType(CFICheckFailData *Data, ValueHandle Vtable, in HandleCFIBadType()
|
/external/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_itanium.cpp | 197 VtablePrefix *getVtablePrefix(void *Vtable) { in getVtablePrefix() 223 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in checkDynamicType() local 249 VtablePrefix *Vtable = getVtablePrefix(VtablePtr); in getDynamicTypeInfoFromVtable() local
|
D | ubsan_handlers_cxx.cpp | 98 void __ubsan_handle_cfi_bad_type(CFICheckFailData *Data, ValueHandle Vtable, in __ubsan_handle_cfi_bad_type()
|
D | ubsan_handlers.cpp | 875 ValueHandle Vtable, in __ubsan_handle_cfi_bad_type_default()
|
/external/rust/crates/bytes/src/ |
D | bytes.rs | 102 pub(crate) struct Vtable { struct 104 pub clone: unsafe fn(&AtomicPtr<()>, *const u8, usize) -> Bytes, 106 pub drop: unsafe fn(&mut AtomicPtr<()>, *const u8, usize), 451 if self.vtable as *const Vtable == &PROMOTABLE_EVEN_VTABLE in truncate() constant 452 || self.vtable as *const Vtable == &PROMOTABLE_ODD_VTABLE in truncate() constant 482 vtable: &'static Vtable, in with_vtable() 838 impl fmt::Debug for Vtable { implementation
|
/external/rust/crates/bindgen/src/codegen/ |
D | mod.rs | 1004 struct Vtable<'a> { struct 1012 impl<'a> Vtable<'a> { impl 1026 impl<'a> CodeGenerator for Vtable<'a> { implementation 1050 impl<'a> ItemCanonicalName for Vtable<'a> { implementation 1056 impl<'a> TryToRustTy for Vtable<'a> { implementation
|
/external/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 1193 auto *Vtable = TheModule.getGlobalVariable(vtableName); in GetEHType() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGObjCGNU.cpp | 2437 auto *Vtable = TheModule.getGlobalVariable(vtableName); in GetEHType() local
|