| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBType.i | 303 ") IsArrayType; 305 IsArrayType ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxBitset.cpp | 88 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 49 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()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 140 bool SBType::IsArrayType() { in IsArrayType() function in SBType 141 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsArrayType); in IsArrayType() 145 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType() 941 LLDB_REGISTER_METHOD(bool, SBType, IsArrayType, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormattersHelpers.cpp | 140 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
|
| H A D | FormatManager.cpp | 239 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 126 bool IsArrayType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 74 bool IsArrayType(CompilerType *element_type = nullptr,
|
| H A D | TypeSystem.h | 138 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ValueObject.h | 384 virtual bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | ValueObject.cpp | 893 if (compiler_type.IsArrayType(nullptr, &array_size)) { in ReadPointedString() 1618 if (IsPointerType() || IsArrayType()) { in GetSyntheticArrayMember()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 549 bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 2826 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | StackFrame.cpp | 878 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2661 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 58671 result = (bool)(arg1)->IsArrayType(); in _wrap_SBType_IsArrayType()
|