Searched refs:IsVectorType (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 149 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 D | SBType.i | 316 ") IsVectorType; 318 IsVectorType ();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 128 bool IsVectorType();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 222 parent_type.IsVectorType(&element_type); in Update()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 64 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 D | CompilerType.h | 78 bool IsVectorType(CompilerType *element_type = nullptr,
|
| H A D | TypeSystem.h | 439 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 1062 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 D | ABISysV_arm.cpp | 1620 } 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 D | TypeSystemClang.h | 553 bool IsVectorType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 2895 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 D | ExprEngine.cpp | 2623 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local 2649 } else if (IsVectorType) { in VisitArraySubscriptExpr()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 58695 result = (bool)(arg1)->IsVectorType(); in _wrap_SBType_IsVectorType()
|