| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBType.i | 303 ") IsArrayType; 305 IsArrayType ();
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | GenericBitset.cpp | 109 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 121 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
|
| H A D | FormatManager.cpp | 235 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 53 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 D | SBType.h | 127 bool IsArrayType();
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 138 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 D | ValueObject.h | 384 virtual bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 126 bool IsArrayType(CompilerType *element_type = nullptr,
|
| H A D | TypeSystem.h | 144 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | JSONUtils.cpp | 1061 const bool is_array = type_obj.IsArrayType(); in CreateVariable()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObject.cpp | 904 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 D | TypeSystemClang.h | 555 bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 2878 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackFrame.cpp | 898 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2956 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()
|