Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2755 bool RoundingMathPresent = false; // Is rounding-math in args? in RenderFloatingPointOptions() local
2915 RoundingMathPresent = true; in RenderFloatingPointOptions()
2920 RoundingMathPresent = false; in RenderFloatingPointOptions()
3185 if (RoundingFPMath && RoundingMathPresent) in RenderFloatingPointOptions()