Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2622 bool RoundingMathPresent = false; // Is rounding-math in args? in RenderFloatingPointOptions() local
2750 RoundingMathPresent = true; in RenderFloatingPointOptions()
2755 RoundingMathPresent = false; in RenderFloatingPointOptions()
2955 if (RoundingFPMath && RoundingMathPresent) in RenderFloatingPointOptions()