Home
last modified time | relevance | path

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

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