Searched refs:static_type (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | private_typeinfo.cpp | 283 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 292 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 324 if (is_equal(this, info->static_type, false)) in has_unambiguous_public_base() 678 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 707 info = {dst_type, static_ptr, static_type, src2dst_offset, 0}; in __dynamic_cast() 869 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() 1041 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() 1118 if (is_equal(this, info->static_type, use_strcmp)) in search_below_dst() 1188 if (is_equal(this, info->static_type, use_strcmp)) in search_above_dst() 1262 if (is_equal(this, info->static_type, use_strcmp)) in search_above_dst() [all …]
|
| H A D | private_typeinfo.h | 74 const __class_type_info* static_type; member
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.cpp | 271 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local 272 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() 296 ret.SetCompilerType(static_type); in FixUpDynamicType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.cpp | 279 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local 280 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() 300 ret.SetCompilerType(static_type); in FixUpDynamicType()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Type.cpp | 821 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() argument 824 SetType(static_type, dynamic_type); in TypeImpl()
|