Searched refs:__offset_flags (Results 1 – 4 of 4) sorted by relevance
54 long __offset_flags; member in __cxxabiv1::__base_class_type_info140 sptr OffsetHere = VTI->base_info[base].__offset_flags >> in isDerivedFromAtOffset()142 if (VTI->base_info[base].__offset_flags & in isDerivedFromAtOffset()174 sptr OffsetHere = VTI->base_info[base].__offset_flags >> in findBaseAtOffset()176 if (VTI->base_info[base].__offset_flags & in findBaseAtOffset()
307 offset_to_base = __offset_flags >> __offset_shift; in has_unambiguous_public_base()308 if (__offset_flags & __virtual_mask) in has_unambiguous_public_base()317 (__offset_flags & __public_mask) ? path_below : not_public_path); in has_unambiguous_public_base()1134 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_above_dst()1135 if (__offset_flags & __virtual_mask) in search_above_dst()1142 (__offset_flags & __public_mask) ? in search_above_dst()1154 ptrdiff_t offset_to_base = __offset_flags >> __offset_shift; in search_below_dst()1155 if (__offset_flags & __virtual_mask) in search_below_dst()1162 (__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) …