Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp2752 bool TrappingMathPresent = false; // Is trapping-math in args, and not in RenderFloatingPointOptions() local
2889 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2897 TrappingMathPresent = true; in RenderFloatingPointOptions()
2901 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2909 TrappingMathPresent = true; in RenderFloatingPointOptions()
2968 if (!TrappingMathPresent && !FPExceptionBehavior.empty() && in RenderFloatingPointOptions()
2975 TrappingMath = TrappingMathPresent = false; in RenderFloatingPointOptions()
2980 TrappingMath = TrappingMathPresent = true; in RenderFloatingPointOptions()