Searched defs:IsVectorType (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/API/ | ||
H A D | SBType.cpp | 147 bool SBType::IsVectorType() { IsVectorType() function in SBType |
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/ | ||
H A D | CompilerType.cpp | 68 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType |
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | ExprEngine.cpp | 3304 bool IsVectorType = A->getBase()->getType()->isVectorType(); VisitArraySubscriptExpr() local |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ | ||
H A D | TypeSystemClang.cpp | 2880 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, IsVectorType() function in TypeSystemClang |