| /llvm-project-15.0.7/lldb/test/API/lang/objc/complete-type-check/ |
| H A D | TestObjCIsTypeComplete.py | 19 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 D | TestObjCDynamicSBType.py | 61 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 D | TestTargetWatchAddress.py | 60 value.GetType().GetPointeeType()) 134 value.GetType().GetPointeeType())
|
| H A D | TestSetWatchlocation.py | 62 value.GetType().GetPointeeType())
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_type.py | 17 obj.GetPointeeType()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/incomplete-types/members/ |
| H A D | TestCppIncompleteTypeMembers.py | 22 self.assertEquals(this.GetType().GetPointeeType().GetNumberOfFields(),
|
| /llvm-project-15.0.7/lldb/test/API/lang/objc/objc-baseclass-sbtype/ |
| H A D | TestObjCBaseClassSBType.py | 47 var_pte_type = var_ptr_type.GetPointeeType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxSpan.cpp | 102 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
|
| H A D | LibCxxUnorderedMap.cpp | 118 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
|
| H A D | LibCxxVector.cpp | 145 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 D | TestCppIsTypeComplete.py | 34 pointee_type = found_type.GetPointeeType()
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/global_operators/ |
| H A D | TestCppGlobalOperators.py | 85 self.assertEqual(got_type.GetPointeeType().GetName(), "Struct")
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBType.i | 402 ") GetPointeeType; 404 GetPointeeType();
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | Type.cpp | 957 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 D | CompilerType.cpp | 246 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 D | ClangDataFormat.py | 101 return ty.GetPointeeType().GetName()
|
| /llvm-project-15.0.7/lldb/examples/summaries/cocoa/ |
| H A D | CFBinaryHeap.py | 113 valobj_type = valobj_type.GetPointeeType()
|
| H A D | CFBag.py | 116 valobj_type = valobj_type.GetPointeeType()
|
| H A D | CFBitVector.py | 164 valobj_type = valobj_type.GetPointeeType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 40 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBType.h | 140 lldb::SBType GetPointeeType();
|
| /llvm-project-15.0.7/lldb/test/API/python_api/type/ |
| H A D | TestTypeList.py | 120 task_head_pointee_type = task_head_type.GetPointeeType()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBType.cpp | 173 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 D | lldbDataFormatters.py | 118 self.data_type = self.data.GetType().GetPointeeType()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 214 CompilerType GetPointeeType() const;
|