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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 1708   if ((Ty->isFloat16Type() && !Context.getTargetInfo().hasFloat16Type()) ||
 1709       ((Ty->isFloat128Type() ||
 1710         (Ty->isRealFloatingType() && Context.getTypeSize(Ty) == 128)) &&
 1710         (Ty->isRealFloatingType() && Context.getTypeSize(Ty) == 128)) &&
 1712       (Ty->isIntegerType() && Context.getTypeSize(Ty) == 128 &&
 1712       (Ty->isIntegerType() && Context.getTypeSize(Ty) == 128 &&
 1715         << static_cast<unsigned>(Context.getTypeSize(Ty)) << Ty
 1715         << static_cast<unsigned>(Context.getTypeSize(Ty)) << Ty