Searched refs:isLaxVectorConversion (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 5840 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()
|
D | SemaOverload.cpp | 1469 S.isLaxVectorConversion(FromType, ToType)) { in IsVectorConversion()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 7321 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()
|
D | SemaOverload.cpp | 1663 (S.isLaxVectorConversion(FromType, ToType) && in IsVectorConversion()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 8839 bool isLaxVectorConversion(QualType srcType, QualType destType);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 11449 bool isLaxVectorConversion(QualType srcType, QualType destType);
|