Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp8030 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
9839 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
9859 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
10807 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
H A DSemaOverload.cpp1769 (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
1771 if (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12638 bool isLaxVectorConversion(QualType srcType, QualType destType);