Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i167 ) lldb::SBType::IsArrayType;
341 * C: If this is an array type (see `IsArrayType`) such as ``T[]``, returns
346 See also `IsArrayType`.
359 See also `IsArrayType` and `GetArrayElementType`.
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp54 bool CompilerType::IsArrayType(CompilerType *element_type_ptr, uint64_t *size, in IsArrayType() function in CompilerType
58 return type_system_sp->IsArrayType(m_type, element_type_ptr, size, in IsArrayType()
316 if (IsArrayType(&element_type)) in IsArrayOfScalarType()
454 IsNullPtrType() || IsArrayType(); in IsContextuallyConvertibleToBool()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DGenericBitset.cpp117 if (m_first->GetCompilerType().IsArrayType(&type)) { in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp355 if (!base_type.IsPointerType() && !base_type.IsArrayType()) in Visit()
364 if (base_type.IsArrayType()) { in Visit()
H A DValueObject.cpp909 if (compiler_type.IsArrayType(nullptr, &array_size)) { in ReadPointedString()
1197 if (val_type.IsArrayType()) in GetValueAsBool()
1820 if (IsPointerType() || IsArrayType()) { in GetSyntheticArrayMember()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp120 else if (valobj.IsArrayType()) in GetArrayAddressOrPointerValue()
H A DFormatManager.cpp245 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h163 bool IsArrayType();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp156 bool SBType::IsArrayType() { in IsArrayType() function in SBType
161 return m_opaque_sp->GetCompilerType(true).IsArrayType(nullptr, nullptr, in IsArrayType()
H A DSBValue.cpp691 (value_sp->IsPointerType() || value_sp->IsArrayType())) in GetChildAtIndex()
/freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/
H A DValueObject.h384 bool IsArrayType() { return GetCompilerType().IsArrayType(); } in IsArrayType() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h122 bool IsArrayType(CompilerType *element_type = nullptr,
H A DTypeSystem.h151 virtual bool IsArrayType(lldb::opaque_compiler_type_t type,
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h632 bool IsArrayType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2860 bool TypeSystemClang::IsArrayType(lldb::opaque_compiler_type_t type, in IsArrayType() function in TypeSystemClang
6172 IsArrayType(type, nullptr, nullptr, nullptr); in GetDereferencedType()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp951 } else if (valobj_sp->GetCompilerType().IsArrayType( in LegacyGetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3105 if (member_clang_type.IsArrayType(&member_array_element_type, in ParseSingleMember()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp69584 result = (bool)(arg1)->IsArrayType(); in _wrap_SBType_IsArrayType()