OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Vtable
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc
141
// FIXME: OffsetHere is the offset in the
vtable
of the virtual base
142
// offset. Read the vbase offset out of the
vtable
and use it.
201
// This can't possibly be a valid
vtable
.
219
VtablePrefix *
Vtable
= getVtablePrefix(Object);
220
if (!
Vtable
)
225
dynamic_cast<abi::__class_type_info*>(
Vtable
->TypeInfo);
230
if (!isDerivedFromAtOffset(Derived, Base, -
Vtable
->Offset))
240
VtablePrefix *
Vtable
= getVtablePrefix(Object);
241
if (!
Vtable
)
244
static_cast<const abi::__class_type_info*>(
Vtable
->TypeInfo)
[
all
...]
/hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegDecoder.cpp
[
all
...]
/external/chromium_org/chrome_frame/
vtable_patch_manager.cc
54
// Convenient definition of a
VTABLE
55
typedef PROC*
Vtable
;
57
// Returns a pointer to the
VTable
of a COM interface.
59
inline
Vtable
GetIFVTable(void* unknown) {
60
return reinterpret_cast<
Vtable
>(*reinterpret_cast<void**>(unknown));
70
Vtable
vtable
= GetIFVTable(unknown);
local
71
DCHECK(
vtable
);
81
// If this DCHECK fires it means that we are using the same
VTable
85
"same
VTable
information, or patching the same interface on
[
all
...]
/external/clang/lib/CodeGen/
CGObjCGNU.cpp
[
all
...]
Completed in 65 milliseconds