Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7464 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
9239 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
9252 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
10175 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
H A DSemaOverload.cpp1663 (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11749 bool isLaxVectorConversion(QualType srcType, QualType destType);