Searched defs:FastMathAliasOption (Results 1 - 1 of 1) sorted by path

/external/clang/lib/Driver/
H A DTools.cpp2618 OptSpecifier FastMathAliasOption = OFastEnabled ? options::OPT_Ofast : local
2626 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption,
2636 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption,
2649 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption,
2671 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption,
2682 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption,
2693 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption,
2704 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption,
2720 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption,
2743 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption,
[all...]

Completed in 176 milliseconds