Home
last modified time | relevance | path

Searched refs:isLaxVectorConversion (Results 1 – 3 of 3) 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/clang/include/clang/Sema/
DSema.h8839 bool isLaxVectorConversion(QualType srcType, QualType destType);