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

References

tools/clang/lib/CodeGen/BackendUtil.cpp
  477   Options.UnsafeFPMath = CodeGenOpts.UnsafeFPMath;
tools/clang/lib/CodeGen/CGCall.cpp
 1753                            llvm::toStringRef(CodeGenOpts.UnsafeFPMath));
tools/clang/lib/Frontend/CompilerInvocation.cpp
  941   Opts.UnsafeFPMath = Args.hasArg(OPT_menable_unsafe_fp_math) ||