Searched defs:__dyncast_result (Results 1 – 2 of 2) sorted by relevance
223 struct __class_type_info::__dyncast_result struct in __cxxabiv1::__class_type_info225 const void *dst_ptr; // pointer to target object or NULL226 __sub_kind whole2dst; // path from most derived object to target227 __sub_kind whole2src; // path from most derived object to sub object228 __sub_kind dst2src; // path from target to sub object229 int whole_details; // details of the whole class hierarchy231 __dyncast_result (int details_ = __vmi_class_type_info::__flags_unknown_mask) in __dyncast_result() argument
211 struct __class_type_info::__dyncast_result struct in __cxxabiv1::__class_type_info213 const void *dst_ptr; // pointer to target object or NULL214 __sub_kind whole2dst; // path from most derived object to target215 __sub_kind whole2src; // path from most derived object to sub object216 __sub_kind dst2src; // path from target to sub object217 int whole_details; // details of the whole class hierarchy220 __dyncast_result (int details_ = __vmi_class_type_info::__flags_unknown_mask) in __dyncast_result() function