Searched defs:static_type (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libcxxabi/src/ |
H A D | private_typeinfo.cpp | 140 dyn_cast_to_derived(const void * static_ptr,const void * dynamic_ptr,const __class_type_info * static_type,const __class_type_info * dst_type,std::ptrdiff_t offset_to_derived,std::ptrdiff_t src2dst_offset) dyn_cast_to_derived() argument 271 dyn_cast_slow(const void * static_ptr,const void * dynamic_ptr,const __class_type_info * static_type,const __class_type_info * dst_type,const __class_type_info * dynamic_type,std::ptrdiff_t src2dst_offset) dyn_cast_slow() argument 914 __dynamic_cast(const void * static_ptr,const __class_type_info * static_type,const __class_type_info * dst_type,std::ptrdiff_t src2dst_offset) __dynamic_cast() argument [all...] |
H A D | private_typeinfo.h | 74 const __class_type_info* static_type; member
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
H A D | GNUstepObjCRuntime.cpp | 137 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCRuntime.cpp | 286 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
|
/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
H A D | ItaniumABILanguageRuntime.cpp | 369 CompilerType static_type(static_value.GetCompilerType()); FixUpDynamicType() local
|
/llvm-project/lldb/source/Symbol/ |
H A D | Type.cpp | 934 TypeImpl(const CompilerType & static_type,const CompilerType & dynamic_type) TypeImpl() argument
|