Home
last modified time | relevance | path

Searched refs:GetPointeeType (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/lldb/test/API/functionalities/type_completion/
DTestTypeCompletion.py102 string = field0.GetType().GetPointeeType()
126 string = field0.GetType().GetPointeeType()
151 string = field0.GetType().GetPointeeType()
/external/skia/platform_tools/debugging/lldb/
Dskia.py78 self.dataType = self.fItemArray.GetType().GetPointeeType()
127 self.dataType = self.fValue.GetType().GetPointeeType()
173 self.dataType = self.fPtr.GetType().GetPointeeType()
/external/llvm-project/lldb/test/API/lang/objc/objc-dyn-sbtype/
DTestObjCDynamicSBType.py63 object_pointee_type = object_type.GetPointeeType()
64 base_pointee_type = base_type.GetPointeeType()
/external/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/
DTestTargetWatchAddress.py63 value.GetType().GetPointeeType())
138 value.GetType().GetPointeeType())
DTestSetWatchlocation.py64 value.GetType().GetPointeeType())
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_type.py17 obj.GetPointeeType()
/external/llvm-project/lldb/test/API/lang/objc/objc-baseclass-sbtype/
DTestObjCBaseClassSBType.py49 var_pte_type = var_ptr_type.GetPointeeType()
/external/llvm/utils/
DlldbDataFormatters.py89 self.data_type = self.data.GetType().GetPointeeType()
/external/llvm-project/lldb/test/API/lang/cpp/global_operators/
DTestCppGlobalOperators.py87 self.assertEqual(got_type.GetPointeeType().GetName(), "Struct")
/external/llvm-project/lldb/source/Symbol/
DType.cpp959 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl
963 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType()
964 m_dynamic_type.GetPointeeType()); in GetPointeeType()
966 return TypeImpl(m_static_type.GetPointeeType()); in GetPointeeType()
DCompilerType.cpp240 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
388 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType
390 return m_type_system->GetPointeeType(m_type); in GetPointeeType()
/external/llvm-project/llvm/utils/
DlldbDataFormatters.py96 self.data_type = self.data.GetType().GetPointeeType()
/external/llvm-project/lldb/source/API/
DSBType.cpp175 SBType SBType::GetPointeeType() { in GetPointeeType() function in SBType
176 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetPointeeType); in GetPointeeType()
181 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType())))); in GetPointeeType()
927 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetPointeeType, ()); in RegisterMethods()
/external/clang/utils/
DClangDataFormat.py122 return ty.GetPointeeType().GetName()
/external/llvm-project/lldb/test/API/python_api/type/
DTestTypeList.py119 task_head_pointee_type = task_head_type.GetPointeeType()
/external/llvm-project/lldb/examples/summaries/cocoa/
DCFBag.py116 valobj_type = valobj_type.GetPointeeType()
DCFBinaryHeap.py113 valobj_type = valobj_type.GetPointeeType()
DCFBitVector.py164 valobj_type = valobj_type.GetPointeeType()
/external/llvm-project/clang/utils/
DClangDataFormat.py122 return ty.GetPointeeType().GetName()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSError.cpp40 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
/external/llvm-project/lldb/examples/synthetic/
Dgnu_libstdcpp.py227 self.data_type = self.start.GetType().GetPointeeType()
259 element_type = self.start_p.GetType().GetPointeeType()
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxUnorderedMap.cpp120 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
DLibCxxVector.cpp146 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
/external/llvm-project/lldb/include/lldb/API/
DSBType.h136 lldb::SBType GetPointeeType();
/external/llvm-project/lldb/include/lldb/Symbol/
DCompilerType.h207 CompilerType GetPointeeType() const;

12