Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp126 bool SBType::IsVectorType() { in IsVectorType() function in SBType
129 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType()
187 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBType.h123 bool IsVectorType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DVectorType.cpp222 parent_type.IsVectorType(&element_type, nullptr); in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h78 bool IsVectorType(CompilerType *element_type, uint64_t *size) const;
H A DTypeSystem.h431 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h547 bool IsVectorType(lldb::opaque_compiler_type_t type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp78 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
81 return m_type_system->IsVectorType(m_type, element_type, size); in IsVectorType()
H A DClangASTContext.cpp3000 bool ClangASTContext::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp999 if (valobj.GetCompilerType().IsVectorType(nullptr, nullptr)) { in GetHardcodedSummaries()
1049 if (valobj.GetCompilerType().IsVectorType(nullptr, nullptr)) { in GetHardcodedSynthetics()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1635 } else if (compiler_type.IsVectorType(nullptr, nullptr)) { in GetReturnValueObjectImpl()
1722 if (base_type.IsVectorType(nullptr, nullptr)) { in GetReturnValueObjectImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2467 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
2493 } else if (IsVectorType) { in VisitArraySubscriptExpr()