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

References

tools/clang/lib/CodeGen/CGExprComplex.cpp
  791     if (RHSi && !CGF.getLangOpts().FastMath) {
tools/clang/lib/CodeGen/CodeGenFunction.cpp
   71   if (CGM.getLangOpts().FastMath)
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3106   Opts.FastMath = Args.hasArg(OPT_ffast_math) ||
tools/clang/lib/Frontend/InitPreprocessor.cpp
  743   if (LangOpts.FastMath)
  933   if (LangOpts.FastMath || LangOpts.FiniteMathOnly)
 1071   if (LangOpts.CUDADeviceApproxTranscendentals || LangOpts.FastMath) {