reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10468 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);
2155 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) {
tools/clang/lib/Sema/SemaExpr.cpp6558 return areLaxCompatibleVectorTypes(srcTy, destTy); 6566 if (!areLaxCompatibleVectorTypes(Ty, VectorTy)) 6625 if (!areLaxCompatibleVectorTypes(SrcTy, DestTy) ||