Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7526 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
9200 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
9221 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
10242 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
H A DSemaOverload.cpp2047 (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
2050 S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7452 bool isLaxVectorConversion(QualType srcType, QualType destType);