Searched refs:static_type (Results 1 – 3 of 3) sorted by relevance
/external/libcxxabi/src/ |
D | private_typeinfo.cpp | 288 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 297 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 329 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 598 const __class_type_info* static_type, in __dynamic_cast() argument 616 __dynamic_cast_info info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 634 ", %s.\n", static_type->name(), dynamic_type->name()); in __dynamic_cast() 636 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 657 " %s, %s, %s.\n", static_type->name(), dynamic_type->name(), in __dynamic_cast() 660 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 825 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() [all …]
|
D | private_typeinfo.h | 81 const __class_type_info* static_type; member
|
/external/valgrind/coregrind/m_demangle/ |
D | cplus-dem.c | 147 int static_type; /* A static member function */ member 1175 s3 = work->static_type; in internal_cplus_demangle() 1228 work->static_type = s3; in internal_cplus_demangle() 1458 work -> static_type = 1; in demangle_signature() 1692 if (work->static_type) in demangle_signature() 1712 if (work -> static_type) 2823 else if (work -> static_type) in demangle_prefix()
|