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

Declarations

tools/clang/lib/CodeGen/TargetInfo.cpp
 5647   bool isIllegalVectorType(QualType Ty) const;

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 5875   if (isIllegalVectorType(Ty))
 6303   if (TySize > CharUnits::fromQuantity(16) && isIllegalVectorType(Ty)) {