| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxSpan.cpp | 103 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
|
| H A D | LibCxxUnorderedMap.cpp | 145 m_element_type = m_element_type.GetPointeeType(); in GetChildAtIndex()
|
| H A D | LibCxxVector.cpp | 146 m_element_type = data_type_finder_sp->GetCompilerType().GetPointeeType(); in Update()
|
| H A D | LibStdcpp.cpp | 208 item_ptr->GetCompilerType().GetPointeeType()); in Update()
|
| H A D | LibCxx.cpp | 442 .GetPointeeType()); in Update()
|
| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBType.i | 402 ") GetPointeeType; 404 GetPointeeType();
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Type.cpp | 972 TypeImpl TypeImpl::GetPointeeType() const { in GetPointeeType() function in TypeImpl 976 return TypeImpl(m_static_type.GetPointeeType(), in GetPointeeType() 977 m_dynamic_type.GetPointeeType()); in GetPointeeType() 979 return TypeImpl(m_static_type.GetPointeeType()); in GetPointeeType()
|
| H A D | CompilerType.cpp | 289 return IsPointerType() && GetPointeeType().IsScalarType(); in IsPointerToScalarType() 466 CompilerType CompilerType::GetPointeeType() const { in GetPointeeType() function in CompilerType 469 return type_system_sp->GetPointeeType(m_type); in GetPointeeType()
|
| H A D | Variable.cpp | 612 CompilerType pointee_type(compiler_type.GetPointeeType()); in PrivateAutoComplete()
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | ClangDataFormat.py | 101 return ty.GetPointeeType().GetName()
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | CFBinaryHeap.py | 108 valobj_type = valobj_type.GetPointeeType()
|
| H A D | CFBag.py | 111 valobj_type = valobj_type.GetPointeeType()
|
| H A D | CFBitVector.py | 163 valobj_type = valobj_type.GetPointeeType()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSError.cpp | 40 CompilerType pointee_type(valobj_type.GetPointeeType()); in DerefToNSErrorPointer()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBType.h | 141 lldb::SBType GetPointeeType();
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 172 SBType SBType::GetPointeeType() { in GetPointeeType() function in SBType 177 return SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetPointeeType()))); in GetPointeeType()
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | lldbDataFormatters.py | 118 self.data_type = self.data.GetType().GetPointeeType()
|
| /openbsd-src/gnu/llvm/lldb/examples/synthetic/ |
| H A D | gnu_libstdcpp.py | 414 self.data_type = self.start.GetType().GetPointeeType() 446 element_type = self.start_p.GetType().GetPointeeType()
|
| H A D | libcxx.py | 140 self.data_type = data_type_finder.GetType().GetPointeeType()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 275 CompilerType GetPointeeType() const;
|
| H A D | Type.h | 297 TypeImpl GetPointeeType() const;
|
| H A D | TypeSystem.h | 260 virtual CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) = 0;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 834 capturedThis->GetCompilerType().GetPointeeType(); in LookUpLldbClass() 881 this_type->GetForwardCompilerType().GetPointeeType(); in LookUpLldbClass() 978 self_clang_type = self_clang_type.GetPointeeType(); in LookUpLldbObjCClass()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 220 CompilerType non_ptr_type = compiler_type.GetPointeeType(); in GetPossibleMatches()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 708 CompilerType GetPointeeType(lldb::opaque_compiler_type_t type) override;
|