Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp149 bool SBType::IsVectorType() { in IsVectorType() function in SBType
150 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsVectorType); in IsVectorType()
154 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr); in IsVectorType()
235 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type, in GetVectorElementType()
942 LLDB_REGISTER_METHOD(bool, SBType, IsVectorType, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i316 ") IsVectorType;
318 IsVectorType ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h128 bool IsVectorType();
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp222 parent_type.IsVectorType(&element_type); in Update()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h78 bool IsVectorType(CompilerType *element_type = nullptr,
H A DTypeSystem.h439 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1062 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries()
1112 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/
H A DABISysV_arm.cpp1620 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl()
1707 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h553 bool IsVectorType(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2895 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2623 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
2649 } else if (IsVectorType) { in VisitArraySubscriptExpr()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp58695 result = (bool)(arg1)->IsVectorType(); in _wrap_SBType_IsVectorType()