Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBType.i316 ") IsVectorType;
318 IsVectorType ();
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBType.h129 bool IsVectorType();
/openbsd-src/gnu/llvm/lldb/source/DataFormatters/
H A DVectorType.cpp224 parent_type.IsVectorType(&element_type); in Update()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp69 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
73 return type_system_sp->IsVectorType(m_type, element_type, size); in IsVectorType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h130 bool IsVectorType(CompilerType *element_type = nullptr,
H A DTypeSystem.h462 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
/openbsd-src/gnu/llvm/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1516 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl()
1602 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1412 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries()
1461 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h559 bool IsVectorType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2948 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3285 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
3311 } else if (IsVectorType) { in VisitArraySubscriptExpr()