Searched refs:static_type (Results 1 – 9 of 9) sorted by relevance
/openbsd/gnu/llvm/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
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 280 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local 281 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType() 301 ret.SetCompilerType(static_type); in FixUpDynamicType()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | rtti.c | 574 tree static_type, target_type, boff; local 607 static_type = TYPE_MAIN_VARIANT (TREE_TYPE (exprtype)); 609 td3 = build_unary_op (ADDR_EXPR, get_tinfo_decl (static_type), 0); 612 boff = get_dynamic_cast_base_type (static_type, target_type);
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | rtti.c | 590 tree static_type, target_type, boff; in build_dynamic_cast_1() local 629 static_type = TYPE_MAIN_VARIANT (TREE_TYPE (exprtype)); in build_dynamic_cast_1() 633 td3 = get_tinfo_decl (static_type); in build_dynamic_cast_1() 638 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1()
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | cplus-dem.c | 131 int static_type; /* A static member function */ member 1020 s3 = work->static_type; in internal_cplus_demangle() 1068 work->static_type = s3; in internal_cplus_demangle() 1297 work -> static_type = 1; in demangle_signature() 1531 if (work->static_type) in demangle_signature() 1551 if (work -> static_type) 2663 else if (work -> static_type) in demangle_prefix()
|
/openbsd/gnu/llvm/lldb/source/Symbol/ |
H A D | Type.cpp | 836 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() argument 839 SetType(static_type, dynamic_type); in TypeImpl()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-lang.c | 6486 struct type *static_type = to_static_fixed_type (type); in ada_to_fixed_type() local 6487 if (ada_is_tagged_type (static_type, 0)) in ada_to_fixed_type() 6490 type_from_tag (value_tag_from_contents_and_address (static_type, in ada_to_fixed_type()
|