Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp5840 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
7392 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
7405 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
7958 if (isLaxVectorConversion(ScalarType, VecType) && in CheckVectorOperands()
DSemaOverload.cpp1469 S.isLaxVectorConversion(FromType, ToType)) { in IsVectorConversion()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp7321 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
9075 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
9088 isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
10011 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
DSemaOverload.cpp1663 (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
/external/clang/include/clang/Sema/
DSema.h8839 bool isLaxVectorConversion(QualType srcType, QualType destType);
/external/llvm-project/clang/include/clang/Sema/
DSema.h11449 bool isLaxVectorConversion(QualType srcType, QualType destType);