Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i167 ) lldb::SBType::IsArrayType;
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp52 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType
56 return type_system_sp->IsArrayType(m_type, element_type_ptr, size, in IsArrayType()
293 if (IsArrayType(&element_type)) in IsArrayOfScalarType()
431 IsNullPtrType() || IsArrayType(); in IsContextuallyConvertibleToBool()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp111 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex()
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp122 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
H A DFormatManager.cpp235 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h132 bool IsArrayType();
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp138 bool SBType::IsArrayType() { in IsArrayType() function in SBType
143 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h384 bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h121 bool IsArrayType(CompilerType *element_type = nullptr,
H A DTypeSystem.h146 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp848 if (compiler_type.IsArrayType(nullptr, &array_size)) { in ReadPointedString()
1585 if (!IsPointerType() && !IsArrayType()) in GetSyntheticArrayMember()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h625 bool IsArrayType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2810 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp892 } else if (valobj_sp->GetCompilerType().IsArrayType( in GetValueForVariableExpressionPath()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3093 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65118 result = (bool)(arg1)->IsArrayType(); in _wrap_SBType_IsArrayType()