Home
last modified time | relevance | path

Searched refs:areCompatibleVectorTypes (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1623 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1364 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion()
2092 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
H A DSemaExpr.cpp6523 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
6979 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6459 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext