Searched refs:IsVectorType (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTypeDocstrings.i | 179 ) lldb::SBType::IsVectorType;
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBType.cpp | 147 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()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBType.h | 134 bool IsVectorType();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | VectorType.cpp | 253 parent_type.IsVectorType(&element_type, &num_elements); in Update()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 125 bool IsVectorType(CompilerType *element_type = nullptr,
|
| H A D | TypeSystem.h | 452 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 68 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType 72 return type_system_sp->IsVectorType(m_type, element_type, size); in IsVectorType()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ABI/ARM/ |
| H A D | ABISysV_arm.cpp | 1621 } else if (compiler_type.IsVectorType()) { in GetReturnValueObjectImpl() 1707 if (base_type.IsVectorType()) { in GetReturnValueObjectImpl()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusLanguage.cpp | 1556 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSummaries() 1605 if (valobj.GetCompilerType().IsVectorType()) { in GetHardcodedSynthetics()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 629 bool IsVectorType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 2880 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 3304 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local 3330 } else if (IsVectorType) { in VisitArraySubscriptExpr()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 65142 result = (bool)(arg1)->IsVectorType(); in _wrap_SBType_IsVectorType()
|