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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp272 CompilerType static_type(static_value.GetCompilerType());
273 Flags static_type_flags(static_type.GetTypeInfo());
297 ret.SetCompilerType(static_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp265 CompilerType static_type(static_value.GetCompilerType());
266 Flags static_type_flags(static_type.GetTypeInfo());
286 ret.SetCompilerType(static_type);
/freebsd-11-stable/contrib/gcc/cp/
H A Drtti.c593 tree static_type, target_type, boff;
632 static_type = TYPE_MAIN_VARIANT (TREE_TYPE (exprtype));
636 td3 = get_tinfo_decl (static_type);
641 boff = dcast_base_hint (static_type, target_type);
591 tree static_type, target_type, boff; local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcplus-dem.c131 int static_type; /* A static member function */ member in struct:work_stuff
1020 s3 = work->static_type;
1068 work->static_type = s3;
1297 work -> static_type = 1;
1531 if (work->static_type)
1551 if (work -> static_type)
2127 if (work -> static_type)
2663 else if (work -> static_type)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcplus-dem.c131 int static_type; /* A static member function */ member in struct:work_stuff
1020 s3 = work->static_type;
1068 work->static_type = s3;
1297 work -> static_type = 1;
1531 if (work->static_type)
1551 if (work -> static_type)
2127 if (work -> static_type)
2663 else if (work -> static_type)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp811 TypeImpl::TypeImpl(const CompilerType &static_type, argument
814 SetType(static_type, dynamic_type);

Completed in 127 milliseconds