| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MICmnLLDBUtilSBValue.cpp | 143 } 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 D | MICmnLLDBUtilSBValue.h | 44 bool IsArrayType() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxBitset.cpp | 82 if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) { in GetChildAtIndex()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 144 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 63 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 D | ClangASTContext.cpp | 2914 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 D | SBType.h | 121 bool IsArrayType();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBType.cpp | 119 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 D | CompilerType.h | 75 bool IsArrayType(CompilerType *element_type, uint64_t *size,
|
| H A D | TypeSystem.h | 140 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| H A D | ClangASTContext.h | 543 bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 973 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 D | ValueObject.h | 406 virtual bool IsArrayType();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | StackFrame.cpp | 867 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 3063 if (member_clang_type.IsArrayType( in ParseChildMembers()
|