Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp2619 bool TrappingMathPresent = false; // Is trapping-math in args, and not in RenderFloatingPointOptions() local
2726 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2733 TrappingMathPresent = true; in RenderFloatingPointOptions()
2737 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2744 TrappingMathPresent = true; in RenderFloatingPointOptions()
2800 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2806 TrappingMath = TrappingMathPresent = false; in RenderFloatingPointOptions()
2811 TrappingMath = TrappingMathPresent = true; in RenderFloatingPointOptions()