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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp148 bool SBType::IsVectorType() { function in class:SBType
149 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsVectorType);
153 return m_opaque_sp->GetCompilerType(true).IsVectorType(nullptr, nullptr);
236 if (m_opaque_sp->GetCompilerType(true).IsVectorType(&vector_element_type,
914 LLDB_REGISTER_METHOD(bool, SBType, IsVectorType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h128 bool IsVectorType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h74 bool IsVectorType(CompilerType *element_type, uint64_t *size) const;
H A DTypeSystem.h417 virtual bool IsVectorType(lldb::opaque_compiler_type_t type,
H A DClangASTContext.h474 bool IsVectorType(lldb::opaque_compiler_type_t type,
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DVectorType.cpp222 parent_type.IsVectorType(&element_type, nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp58 bool CompilerType::IsVectorType(CompilerType *element_type, function in class:CompilerType
61 return m_type_system->IsVectorType(m_type, element_type, size);
H A DClangASTContext.cpp2650 bool ClangASTContext::IsVectorType(lldb::opaque_compiler_type_t type, function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i215 IsVectorType ();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp1041 if (valobj.GetCompilerType().IsVectorType(nullptr, nullptr)) {
1091 if (valobj.GetCompilerType().IsVectorType(nullptr, nullptr)) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp1633 } else if (compiler_type.IsVectorType(nullptr, nullptr)) {
1720 if (base_type.IsVectorType(nullptr, nullptr)) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2535 bool IsVectorType = A->getBase()->getType()->isVectorType(); local
2561 } else if (IsVectorType) {

Completed in 281 milliseconds