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

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 2255     case options::OPT_freciprocal_math:     ReciprocalMath = true;    break;
tools/clang/lib/Frontend/CompilerInvocation.cpp
  917   Opts.ReciprocalMath = Args.hasArg(OPT_freciprocal_math);