Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBType.i316 ") IsVectorType;
318 IsVectorType ();
/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp148 bool SBType::IsVectorType() { in IsVectorType() function in SBType
153 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType()
229 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBType.h128 bool IsVectorType();
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DVectorType.cpp221 parent_type.IsVectorType(&element_type); in Update()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp64 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
67 return m_type_system->IsVectorType(m_type, element_type, size); in IsVectorType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h78 bool IsVectorType(CompilerType *element_type = nullptr,
H A DTypeSystem.h448 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1310 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries()
1359 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
/llvm-project-15.0.7/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1516 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl()
1603 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h545 bool IsVectorType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2914 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2962 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
2988 } else if (IsVectorType) { in VisitArraySubscriptExpr()