Searched refs:FastMathAliasOption (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Driver/ |
D | Tools.cpp | 2992 OptSpecifier FastMathAliasOption = OFastEnabled ? options::OPT_Ofast : in ConstructJob() local 3000 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption, in ConstructJob() 3010 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption, in ConstructJob() 3023 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption, in ConstructJob() 3045 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption, in ConstructJob() 3056 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption, in ConstructJob() 3067 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption, in ConstructJob() 3078 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption, in ConstructJob() 3099 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption, in ConstructJob() 3122 if (Arg *A = Args.getLastArg(options::OPT_ffast_math, FastMathAliasOption, in ConstructJob()
|