Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDCompilerType.cpp43 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()
HDClangASTContext.cpp2581 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/
HDLibCxxBitset.cpp88 if (m_first->GetCompilerType().IsArrayType(&type, nullptr, nullptr)) { in GetChildAtIndex()
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBType.cpp139 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/
HDFormattersHelpers.cpp141 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
HDFormatManager.cpp246 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBType.h126 bool IsArrayType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
HDCompilerType.h71 bool IsArrayType(CompilerType *element_type, uint64_t *size,
HDTypeSystem.h133 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
HDClangASTContext.h470 bool IsArrayType(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBType.i212 IsArrayType ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObject.cpp1001 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/
HDValueObject.h379 virtual bool IsArrayType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrame.cpp877 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp2712 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()