Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp279 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
280 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
304 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp258 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
259 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
279 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd-12.1/contrib/gcc/cp/
H A Drtti.c591 tree static_type, target_type, boff; in build_dynamic_cast_1() local
630 static_type = TYPE_MAIN_VARIANT (TREE_TYPE (exprtype)); in build_dynamic_cast_1()
634 td3 = get_tinfo_decl (static_type); in build_dynamic_cast_1()
639 boff = dcast_base_hint (static_type, target_type); in build_dynamic_cast_1()
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dcplus-dem.c131 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()
/freebsd-12.1/contrib/binutils/libiberty/
H A Dcplus-dem.c131 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp785 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() argument
788 SetType(static_type, dynamic_type); in TypeImpl()