Searched defs:isLaxVectorConversion (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp5147 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { function in class:Sema
6430 if (isLaxVectorConversion(RHSType, LHSType)) {
6896 if (isLaxVectorConversion(RHSType, LHSType)) {

Completed in 105 milliseconds