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.cpp7682 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
9364 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
9385 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
10458 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
H A DSemaOverload.cpp2207 (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
2210 S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7862 bool isLaxVectorConversion(QualType srcType, QualType destType);