Searched refs:offset_to_base (Results 1 – 1 of 1) sorted by relevance
301 ptrdiff_t offset_to_base = 0; in has_unambiguous_public_base() local304 offset_to_base = __offset_flags >> __offset_shift; in has_unambiguous_public_base()308 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in has_unambiguous_public_base()313 static_cast<char*>(adjustedPtr) + offset_to_base, in has_unambiguous_public_base()1267 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_above_dst() local1271 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in search_above_dst()1274 static_cast<const char*>(current_ptr) + offset_to_base, in search_above_dst()1287 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_below_dst() local1291 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in search_below_dst()1294 static_cast<const char*>(current_ptr) + offset_to_base, in search_below_dst()