Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBType.cpp148 bool SBType::IsVectorType() { in IsVectorType() function in SBType
/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp64 bool CompilerType::IsVectorType(CompilerType *element_type, in IsVectorType() function in CompilerType
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2962 bool IsVectorType = A->getBase()->getType()->isVectorType(); in VisitArraySubscriptExpr() local
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2914 bool TypeSystemClang::IsVectorType(lldb::opaque_compiler_type_t type, in IsVectorType() function in TypeSystemClang