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

Declarations

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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 5111   if (isIllegalVectorType(Ty)) {
 5550   if (!isAggregateTypeForABI(Ty) && !isIllegalVectorType(Ty))