Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i303 ") IsArrayType;
305 IsArrayType ();
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp109 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex()
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp121 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
H A DFormatManager.cpp235 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp53 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType
57 return type_system_sp->IsArrayType(m_type, element_type_ptr, size, in IsArrayType()
294 if (IsArrayType(&element_type)) in IsArrayOfScalarType()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h127 bool IsArrayType();
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp138 bool SBType::IsArrayType() { in IsArrayType() function in SBType
143 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h384 virtual bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h126 bool IsArrayType(CompilerType *element_type = nullptr,
H A DTypeSystem.h144 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp1061 const bool is_array = type_obj.IsArrayType(); in CreateVariable()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp904 if (compiler_type.IsArrayType(nullptr, &array_size)) { in ReadPointedString()
1630 if (IsPointerType() || IsArrayType()) { in GetSyntheticArrayMember()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h555 bool IsArrayType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2878 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStackFrame.cpp898 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2956 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()