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

References

tools/clang/lib/Basic/Targets.cpp
  642   if (!Opts->FPMath.empty() && !Target->setFPMath(Opts->FPMath)) {
  642   if (!Opts->FPMath.empty() && !Target->setFPMath(Opts->FPMath)) {
  643     Diags.Report(diag::err_target_unknown_fpmath) << Opts->FPMath;
tools/clang/lib/Frontend/CompilerInvocation.cpp
 3404   Opts.FPMath = Args.getLastArgValue(OPT_mfpmath);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  405       LLDB_LOGV(log, "FPMath: '{0}'", opts.FPMath);