Searched refs:offset_to_base (Results 1 – 1 of 1) sorted by relevance
304 ptrdiff_t offset_to_base = 0; in has_unambiguous_public_base() local307 offset_to_base = __offset_flags >> __offset_shift; in has_unambiguous_public_base()311 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in has_unambiguous_public_base()316 static_cast<char*>(adjustedPtr) + offset_to_base, in has_unambiguous_public_base()1134 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_above_dst() local1138 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in search_above_dst()1141 static_cast<const char*>(current_ptr) + offset_to_base, in search_above_dst()1154 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_below_dst() local1158 offset_to_base = *reinterpret_cast<const ptrdiff_t*>(vtable + offset_to_base); in search_below_dst()1161 static_cast<const char*>(current_ptr) + offset_to_base, in search_below_dst()