Home
last modified time | relevance | path

Searched defs:static_type (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxxabi/src/
H A Dprivate_typeinfo.h74 const __class_type_info* static_type; member
H A Dprivate_typeinfo.cpp622 __dynamic_cast(const void *static_ptr, const __class_type_info *static_type, in __dynamic_cast()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp271 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp279 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp821 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl()