| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBType.i | 303 ") IsArrayType; 305 IsArrayType ();
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericBitset.cpp | 108 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 49 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType 52 return m_type_system->IsArrayType(m_type, element_type_ptr, size, in IsArrayType() 251 if (IsArrayType(&element_type)) in IsArrayOfScalarType()
|
| /llvm-project-15.0.7/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 141 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
|
| H A D | FormatManager.cpp | 238 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBType.h | 126 bool IsArrayType();
|
| /llvm-project-15.0.7/lldb/test/API/python_api/type/ |
| H A D | TestTypeList.py | 143 self.assertTrue(myint_arr_type.IsArrayType())
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBType.cpp | 139 bool SBType::IsArrayType() { in IsArrayType() function in SBType 144 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 74 bool IsArrayType(CompilerType *element_type = nullptr,
|
| H A D | TypeSystem.h | 137 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 384 virtual bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 1058 const bool is_array = type_obj.IsArrayType(); in CreateVariable()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | ValueObject.cpp | 895 if (compiler_type.IsArrayType(nullptr, &array_size)) { in ReadPointedString() 1621 if (IsPointerType() || IsArrayType()) { in GetSyntheticArrayMember()
|
| /llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 541 bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 2845 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | StackFrame.cpp | 885 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2876 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()
|