Home
last modified time | relevance | path

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

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