Searched refs:src_details (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/libsupc++/
H A Dtinfo.cc211 int src_details; // hints about the source type hierarchy member in struct:__cxxabiv1::__class_type_info::__upcast_result
217 :dst_ptr (NULL), part2dst (__unknown), src_details (d), base_type (NULL)
635 int src_details = result.src_details; local
636 if (src_details & __flags_unknown_mask)
637 src_details = __flags;
641 __upcast_result result2 (src_details);
647 if (!is_public && !(src_details & __non_diamond_repeat_mask))

Completed in 206 milliseconds