Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.cpp143 } else if (IsArrayType()) { in GetSimpleValue()
382 bool CMICmnLLDBUtilSBValue::IsArrayType() const { in IsArrayType() function in CMICmnLLDBUtilSBValue
383 return m_rValue.GetType().IsArrayType(); in IsArrayType()
H A DMICmnLLDBUtilSBValue.h44 bool IsArrayType() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxBitset.cpp82 if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) { in GetChildAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp144 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp63 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType
66 return m_type_system->IsArrayType(m_type, element_type_ptr, size, in IsArrayType()
265 if (IsArrayType(&element_type, nullptr, nullptr)) in IsArrayOfScalarType()
H A DClangASTContext.cpp2914 bool ClangASTContext::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in ClangASTContext
2971 return IsArrayType(llvm::cast<clang::TypedefType>(qual_type) in IsArrayType()
2977 return IsArrayType(llvm::cast<clang::AutoType>(qual_type) in IsArrayType()
2982 return IsArrayType(llvm::cast<clang::ElaboratedType>(qual_type) in IsArrayType()
2987 return IsArrayType( in IsArrayType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h121 bool IsArrayType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp119 bool SBType::IsArrayType() { in IsArrayType() function in SBType
122 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h75 bool IsArrayType(CompilerType *element_type, uint64_t *size,
H A DTypeSystem.h140 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h543 bool IsArrayType(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp973 if (compiler_type.IsArrayType(NULL, &array_size, NULL)) { in ReadPointedString()
1682 bool ValueObject::IsArrayType() { in IsArrayType() function in ValueObject
1683 return GetCompilerType().IsArrayType(NULL, NULL, NULL); in IsArrayType()
1744 if (IsPointerType() || IsArrayType()) { in GetSyntheticArrayMember()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObject.h406 virtual bool IsArrayType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp867 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3063 if (member_clang_type.IsArrayType( in ParseChildMembers()