Searched refs:__offset_flags (Results 1 – 4 of 4) sorted by relevance
53 long __offset_flags; member in __cxxabiv1::__base_class_type_info135 sptr OffsetHere = VTI->base_info[base].__offset_flags >> in isDerivedFromAtOffset()137 if (VTI->base_info[base].__offset_flags & in isDerivedFromAtOffset()169 sptr OffsetHere = VTI->base_info[base].__offset_flags >> in findBaseAtOffset()171 if (VTI->base_info[base].__offset_flags & in findBaseAtOffset()
311 offset_to_base = __offset_flags >> __offset_shift; in has_unambiguous_public_base()312 if (__offset_flags & __virtual_mask) in has_unambiguous_public_base()321 (__offset_flags & __public_mask) ? path_below : not_public_path); in has_unambiguous_public_base()1243 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_above_dst()1244 if (__offset_flags & __virtual_mask) in search_above_dst()1251 (__offset_flags & __public_mask) ? in search_above_dst()1263 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_below_dst()1264 if (__offset_flags & __virtual_mask) in search_below_dst()1271 (__offset_flags & __public_mask) ? in search_below_dst()
166 long __offset_flags; member
44 long __offset_flags; member94 …) CHECK(to<__vmi_class_type_info>(typeid(type)).__base_info[(index)].__offset_flags == (((offset) …