Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp6246 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
7899 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
7912 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
8771 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
H A DSemaOverload.cpp1598 S.isLaxVectorConversion(FromType, ToType)) { in IsVectorConversion()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9761 bool isLaxVectorConversion(QualType srcType, QualType destType);