| /freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/ |
| HD | CompilerType.cpp | 43 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType 46 return m_type_system->IsArrayType(m_type, element_type_ptr, size, in IsArrayType() 245 if (IsArrayType(&element_type, nullptr, nullptr)) in IsArrayOfScalarType()
|
| HD | ClangASTContext.cpp | 2581 bool ClangASTContext::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in ClangASTContext
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| HD | LibCxxBitset.cpp | 88 if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) { in GetChildAtIndex()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBType.cpp | 139 bool SBType::IsArrayType() { in IsArrayType() function in SBType 140 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsArrayType); in IsArrayType() 144 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType() 913 LLDB_REGISTER_METHOD(bool, SBType, IsArrayType, ()); in RegisterMethods()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/ |
| HD | FormattersHelpers.cpp | 141 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
|
| HD | FormatManager.cpp | 246 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBType.h | 126 bool IsArrayType();
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| HD | CompilerType.h | 71 bool IsArrayType(CompilerType *element_type, uint64_t *size,
|
| HD | TypeSystem.h | 133 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| HD | ClangASTContext.h | 470 bool IsArrayType(lldb::opaque_compiler_type_t type,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/ |
| HD | SBType.i | 212 IsArrayType ();
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | ValueObject.cpp | 1001 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in ReadPointedString() 1689 bool ValueObject::IsArrayType() { in IsArrayType() function in ValueObject 1690 return GetCompilerType().IsArrayType(nullptr, nullptr, nullptr); in IsArrayType() 1755 if (IsPointerType() || IsArrayType()) { in GetSyntheticArrayMember()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/ |
| HD | ValueObject.h | 379 virtual bool IsArrayType();
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | StackFrame.cpp | 877 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFASTParserClang.cpp | 2712 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()
|