Home
last modified time | relevance | path

Searched refs:IsArrayType (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i303 ") IsArrayType;
305 IsArrayType ();
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp108 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp49 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 DFormattersHelpers.cpp141 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
H A DFormatManager.cpp238 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h126 bool IsArrayType();
/llvm-project-15.0.7/lldb/test/API/python_api/type/
H A DTestTypeList.py143 self.assertTrue(myint_arr_type.IsArrayType())
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp139 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 DCompilerType.h74 bool IsArrayType(CompilerType *element_type = nullptr,
H A DTypeSystem.h137 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h384 virtual bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1058 const bool is_array = type_obj.IsArrayType(); in CreateVariable()
/llvm-project-15.0.7/lldb/source/Core/
H A DValueObject.cpp895 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 DTypeSystemClang.h541 bool IsArrayType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2845 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang
/llvm-project-15.0.7/lldb/source/Target/
H A DStackFrame.cpp885 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2876 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()