Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp2753 bool TrappingMathPresent = false; // Is trapping-math in args, and not in RenderFloatingPointOptions() local
2866 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2873 TrappingMathPresent = true; in RenderFloatingPointOptions()
2877 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2884 TrappingMathPresent = true; in RenderFloatingPointOptions()
2941 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2947 TrappingMath = TrappingMathPresent = false; in RenderFloatingPointOptions()
2952 TrappingMath = TrappingMathPresent = true; in RenderFloatingPointOptions()