Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2626 bool TrappingMathPresent = false; // Is trapping-math in args, and not in RenderFloatingPointOptions() local
2733 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2740 TrappingMathPresent = true; in RenderFloatingPointOptions()
2744 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2751 TrappingMathPresent = true; in RenderFloatingPointOptions()
2807 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2813 TrappingMath = TrappingMathPresent = false; in RenderFloatingPointOptions()
2818 TrappingMath = TrappingMathPresent = true; in RenderFloatingPointOptions()