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

/external/clang/lib/Sema/
H A DSemaExpr.cpp5536 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { function in class:Sema
5568 return areLaxCompatibleVectorTypes(srcTy, destTy);
5576 if (!areLaxCompatibleVectorTypes(Ty, VectorTy))
5602 if (!areLaxCompatibleVectorTypes(SrcTy, DestTy)

Completed in 125 milliseconds