Searched refs:offset_to_base (Results 1 – 1 of 1) sorted by relevance
303 ptrdiff_t offset_to_base = 0; in has_unambiguous_public_base() local306 offset_to_base = __offset_flags >> __offset_shift; in has_unambiguous_public_base()310 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in has_unambiguous_public_base()315 static_cast<char*>(adjustedPtr) + offset_to_base, in has_unambiguous_public_base()1269 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_above_dst() local1273 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in search_above_dst()1276 static_cast<const char*>(current_ptr) + offset_to_base, in search_above_dst()1289 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_below_dst() local1293 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in search_below_dst()1296 static_cast<const char*>(current_ptr) + offset_to_base, in search_below_dst()