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

References

tools/clang/lib/Sema/SemaExpr.cpp
 6563   assert(VectorTy->isVectorType() && "Not a vector type!");
 6566     if (!areLaxCompatibleVectorTypes(Ty, VectorTy))
 6571         << VectorTy << Ty << R;
 6575       << VectorTy << Ty << R;