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

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 6369   if (!Context.getTargetInfo().hasFloat16Type() && T->isFloat16Type())
 6371   if (!Context.getTargetInfo().hasFloat128Type() &&
 6373        (T->isRealFloatingType() && Context.getTypeSize(T) == 128)))
 6375   if (!Context.getTargetInfo().hasInt128Type() && T->isIntegerType() &&
 6376       Context.getTypeSize(T) > 64)
 6379     return isUnsupportedType(Context, AT->getElementType());
 6388       if (isUnsupportedType(Context, I.getType()))
 6392     if (isUnsupportedType(Context, I->getType()))