OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VtablePrefix
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/
vptr-corrupted-vtable-itanium.cpp
17
struct
VtablePrefix
{
27
VtablePrefix
* RealPrefix = reinterpret_cast<
VtablePrefix
*>(
30
VtablePrefix
Prefix[2];
/external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc
188
struct
VtablePrefix
{
196
VtablePrefix
*getVtablePrefix(void *Vtable) {
197
VtablePrefix
*Vptr = reinterpret_cast<
VtablePrefix
*>(Vtable);
200
VtablePrefix
*Prefix = Vptr - 1;
221
VtablePrefix
*Vtable = getVtablePrefix(VtablePtr);
247
VtablePrefix
*Vtable = getVtablePrefix(VtablePtr);
Completed in 987 milliseconds