Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dprivate_typeinfo.cpp65 ptrdiff_t offset_to_base) { in update_offset_to_base() argument
68 return *reinterpret_cast<const int32_t*>(vtable + offset_to_base); in update_offset_to_base()
70 return *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in update_offset_to_base()
303 ptrdiff_t offset_to_base = 0; in has_unambiguous_public_base() local
306 offset_to_base = __offset_flags >> __offset_shift; in has_unambiguous_public_base()
310 offset_to_base = update_offset_to_base(vtable, offset_to_base); in has_unambiguous_public_base()
315 static_cast<char*>(adjustedPtr) + offset_to_base, in has_unambiguous_public_base()
1292 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_above_dst() local
1296 offset_to_base = update_offset_to_base(vtable, offset_to_base); in search_above_dst()
1299 static_cast<const char*>(current_ptr) + offset_to_base, in search_above_dst()
[all …]