Home
last modified time | relevance | path

Searched refs:GccRangeComplexOption (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2816 std::string GccRangeComplexOption; in RenderFloatingPointOptions() local
2824 !GccRangeComplexOption.empty() in RenderFloatingPointOptions()
2825 ? GccRangeComplexOption in RenderFloatingPointOptions()
2892 if (GccRangeComplexOption.empty()) { in RenderFloatingPointOptions()
2897 if (GccRangeComplexOption != "-fno-cx-limited-range") in RenderFloatingPointOptions()
2898 EmitComplexRangeDiag(D, GccRangeComplexOption, "-fcx-limited-range"); in RenderFloatingPointOptions()
2900 GccRangeComplexOption = "-fcx-limited-range"; in RenderFloatingPointOptions()
2905 if (GccRangeComplexOption.empty()) { in RenderFloatingPointOptions()
2909 if (GccRangeComplexOption != "-fcx-limited-range" && in RenderFloatingPointOptions()
2910 GccRangeComplexOption != "-fno-cx-fortran-rules") in RenderFloatingPointOptions()
[all …]