Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2863 bool TrappingMathPresent = false; // Is trapping-math in args, and not in RenderFloatingPointOptions() local
3072 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
3080 TrappingMathPresent = true; in RenderFloatingPointOptions()
3084 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
3092 TrappingMathPresent = true; in RenderFloatingPointOptions()
3137 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
3144 TrappingMath = TrappingMathPresent = false; in RenderFloatingPointOptions()
3149 TrappingMath = TrappingMathPresent = true; in RenderFloatingPointOptions()