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

References

tools/clang/lib/Sema/SemaExpr.cpp
 9102   if (isLaxVectorConversion(OtherType, VecType)) {
 9114     } else if (OtherType->isExtVectorType() || OtherType->isVectorType() ||
 9114     } else if (OtherType->isExtVectorType() || OtherType->isVectorType() ||
 9115                (OtherType->isScalarType() && VT->getNumElements() == 1)) {