Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/lang/objc/complete-type-check/
H A DTestObjCIsTypeComplete.py19 incomplete_class = incomplete.GetType().GetPointeeType()
26 complete_class = complete.GetType().GetPointeeType()
35 complete_class_with_impl = complete_with_impl.GetType().GetPointeeType()
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dyn-sbtype/
H A DTestObjCDynamicSBType.py61 object_pointee_type = object_type.GetPointeeType()
62 base_pointee_type = base_type.GetPointeeType()
/llvm-project-15.0.7/lldb/test/API/python_api/watchpoint/watchlocation/
H A DTestTargetWatchAddress.py60 value.GetType().GetPointeeType())
134 value.GetType().GetPointeeType())
H A DTestSetWatchlocation.py62 value.GetType().GetPointeeType())
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_type.py17 obj.GetPointeeType()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/incomplete-types/members/
H A DTestCppIncompleteTypeMembers.py22 self.assertEquals(this.GetType().GetPointeeType().GetNumberOfFields(),
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-baseclass-sbtype/
H A DTestObjCBaseClassSBType.py47 var_pte_type = var_ptr_type.GetPointeeType()
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxSpan.cpp102 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
H A DLibCxxUnorderedMap.cpp118 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
H A DLibCxxVector.cpp145 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/complete-type-check/
H A DTestCppIsTypeComplete.py34 pointee_type = found_type.GetPointeeType()
/llvm-project-15.0.7/lldb/test/API/lang/cpp/global_operators/
H A DTestCppGlobalOperators.py85 self.assertEqual(got_type.GetPointeeType().GetName(), "Struct")
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i402 ") GetPointeeType;
404 GetPointeeType();
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp957 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl
961 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType()
962 m_dynamic_type.GetPointeeType()); in GetPointeeType()
964 return TypeImpl(m_static_type.GetPointeeType()); in GetPointeeType()
H A DCompilerType.cpp246 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType()
400 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType
402 return m_type_system->GetPointeeType(m_type); in GetPointeeType()
/llvm-project-15.0.7/clang/utils/
H A DClangDataFormat.py101 return ty.GetPointeeType().GetName()
/llvm-project-15.0.7/lldb/examples/summaries/cocoa/
H A DCFBinaryHeap.py113 valobj_type = valobj_type.GetPointeeType()
H A DCFBag.py116 valobj_type = valobj_type.GetPointeeType()
H A DCFBitVector.py164 valobj_type = valobj_type.GetPointeeType()
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp40 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h140 lldb::SBType GetPointeeType();
/llvm-project-15.0.7/lldb/test/API/python_api/type/
H A DTestTypeList.py120 task_head_pointee_type = task_head_type.GetPointeeType()
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp173 SBType SBType::GetPointeeType() { in GetPointeeType() function in SBType
178 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()
/llvm-project-15.0.7/llvm/utils/
H A DlldbDataFormatters.py118 self.data_type = self.data.GetType().GetPointeeType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h214 CompilerType GetPointeeType() const;

12