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

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 2236   if (const Arg *A = Args.getLastArg(options::OPT_flimited_precision_EQ)) {
 2241   for (const Arg *A : Args) {
 2365         Args.MakeArgString("-fdenormal-fp-math=" + DenormalFPMath));
 2368     CmdArgs.push_back(Args.MakeArgString("-ffp-contract=" + FPContract));
 2370   ParseMRecip(D, Args, CmdArgs);
 2383   if (const Arg *A = Args.getLastArg(options::OPT_mfpmath_EQ)) {
 2389   if (Args.hasFlag(options::OPT_fno_strict_float_cast_overflow,