reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
10468   bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);

References

tools/clang/lib/Sema/SemaCast.cpp
 2155     if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) {
tools/clang/lib/Sema/SemaExpr.cpp
 6558   return areLaxCompatibleVectorTypes(srcTy, destTy);
 6566     if (!areLaxCompatibleVectorTypes(Ty, VectorTy))
 6625     if (!areLaxCompatibleVectorTypes(SrcTy, DestTy) ||