Home
last modified time | relevance | path

Searched refs:isLaxVectorConversion (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp7400 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
9175 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
9188 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
10111 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
H A DSemaOverload.cpp1663 (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h11648 bool isLaxVectorConversion(QualType srcType, QualType destType);