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

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
 2041         !CGM.getContext().getLangOpts().NativeHalfType &&
tools/clang/lib/CodeGen/CGExprScalar.cpp
 1223   if (SrcType->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
 1346   if (DstType->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
 2493     if (type->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
 2529     if (type->isHalfType() && !CGF.getContext().getLangOpts().NativeHalfType) {
tools/clang/lib/CodeGen/CodeGenTypes.cpp
  479           Context.getLangOpts().NativeHalfType ||
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2282     Opts.NativeHalfType = 1;
 2305     Opts.NativeHalfType = 1;
 2880   Opts.NativeHalfType |= Args.hasArg(OPT_fnative_half_type);
tools/clang/lib/Sema/SemaExpr.cpp
  700   if (Ty->isHalfType() && !getLangOpts().NativeHalfType)
 1082     if (LHSType->isHalfType() && !S.getLangOpts().NativeHalfType)
12792   return OpRequiresConversion && !Ctx.getLangOpts().NativeHalfType &&
13573     if (resultType->isHalfType() && !Context.getLangOpts().NativeHalfType) {
tools/clang/lib/Sema/SemaOverload.cpp
 2179       if (!getLangOpts().NativeHalfType &&