Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp2693 bool TrappingMathPresent = false; // Is trapping-math in args, and not in RenderFloatingPointOptions() local
2810 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2817 TrappingMathPresent = true; in RenderFloatingPointOptions()
2821 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2828 TrappingMathPresent = true; in RenderFloatingPointOptions()
2886 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2892 TrappingMath = TrappingMathPresent = false; in RenderFloatingPointOptions()
2897 TrappingMath = TrappingMathPresent = true; in RenderFloatingPointOptions()