Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp5563 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion() function in Sema
6993 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckAssignmentConstraints()
7522 if (isLaxVectorConversion(RHSType, LHSType)) { in CheckVectorOperands()
DSemaOverload.cpp1417 S.isLaxVectorConversion(FromType, ToType)) { in IsVectorConversion()
/external/clang/include/clang/Sema/
DSema.h8535 bool isLaxVectorConversion(QualType srcType, QualType destType);