Home
last modified time | relevance | path

Searched refs:dst_type (Results 1 – 1 of 1) sorted by relevance

/abi/cpp/src/
Ddynamic_cast.cc184 const abi::__class_type_info *dst_type; member
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset), in cast_context()
205 bool is_dst_type = *type == *context->dst_type; in base_to_derived_cast()