Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp2756 bool RoundingMathPresent = false; // Is rounding-math in args? in RenderFloatingPointOptions() local
2890 RoundingMathPresent = true; in RenderFloatingPointOptions()
2895 RoundingMathPresent = false; in RenderFloatingPointOptions()
3119 if (RoundingFPMath && RoundingMathPresent) in RenderFloatingPointOptions()