reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1580 if (!ToType->isVectorType() && !FromType->isVectorType()) 1584 if (S.Context.hasSameUnqualifiedType(FromType, ToType)) 1588 if (ToType->isExtVectorType()) { 1605 if (ToType->isVectorType() && FromType->isVectorType()) { 1606 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || 1607 S.isLaxVectorConversion(FromType, ToType)) {