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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9900   QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType;
 9900   QualType LHSEleType = LHSVecTy ? LHSVecTy->getElementType() : LHSType;
 9920   if (!LHSVecTy) {
 9936     if (RHSVecTy->getNumElements() != LHSVecTy->getNumElements()) {
 9955       S.Context.getExtVectorType(RHSEleType, LHSVecTy->getNumElements());