Home
last modified time | relevance | path

Searched defs:IsVectorType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp147 bool SBType::IsVectorType() { IsVectorType() function in SBType
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp68 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3304 bool IsVectorType = A->getBase()->getType()->isVectorType(); VisitArraySubscriptExpr() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2880 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, IsVectorType() function in TypeSystemClang