Home
last modified time | relevance | path

Searched refs:IsVectorType (Results 1 – 13 of 13) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i179 ) lldb::SBType::IsVectorType;
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp147 bool SBType::IsVectorType() { in IsVectorType() function in SBType
152 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType()
228 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h134 bool IsVectorType();
/freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp253 parent_type.IsVectorType(&element_type, &num_elements); in Update()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h125 bool IsVectorType(CompilerType *element_type = nullptr,
H A DTypeSystem.h452 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp68 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
72 return type_system_sp->IsVectorType(m_type, element_type, size); in IsVectorType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1621 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl()
1707 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1556 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries()
1605 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h629 bool IsVectorType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2880 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3304 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
3330 } else if (IsVectorType) { in VisitArraySubscriptExpr()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65142 result = (bool)(arg1)->IsVectorType(); in _wrap_SBType_IsVectorType()