Searched refs:offset_to_base (Results 1 – 1 of 1) sorted by relevance
308 ptrdiff_t offset_to_base = 0; in has_unambiguous_public_base() local311 offset_to_base = __offset_flags >> __offset_shift; in has_unambiguous_public_base()315 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in has_unambiguous_public_base()320 static_cast<char*>(adjustedPtr) + offset_to_base, in has_unambiguous_public_base()1243 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_above_dst() local1247 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in search_above_dst()1250 static_cast<const char*>(current_ptr) + offset_to_base, in search_above_dst()1263 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_below_dst() local1267 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in search_below_dst()1270 static_cast<const char*>(current_ptr) + offset_to_base, in search_below_dst()