Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dprivate_typeinfo.cpp492 const __class_type_info* dst_type, in __dynamic_cast() argument
509 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast()
512 if (is_equal(dynamic_type, dst_type, false)) in __dynamic_cast()
529 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast()
551 dst_type->name()); in __dynamic_cast()
553 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast()
718 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst()
889 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst()
966 else if (is_equal(this, info->dst_type, use_strcmp)) in search_below_dst()
Dprivate_typeinfo.h79 const __class_type_info* dst_type; member
/ndk/sources/cxx-stl/gabi++/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()