Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp2516 bool AssociativeMath = false; in RenderFloatingPointOptions() local
2556 AssociativeMath = false; in RenderFloatingPointOptions()
2620 case options::OPT_fassociative_math: AssociativeMath = true; break; in RenderFloatingPointOptions()
2621 case options::OPT_fno_associative_math: AssociativeMath = false; break; in RenderFloatingPointOptions()
2729 AssociativeMath = true; in RenderFloatingPointOptions()
2736 AssociativeMath = false; in RenderFloatingPointOptions()
2756 AssociativeMath = true; in RenderFloatingPointOptions()
2771 AssociativeMath = false; in RenderFloatingPointOptions()
2786 !AssociativeMath && !ReciprocalMath && in RenderFloatingPointOptions()
2816 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in RenderFloatingPointOptions()
[all …]
/external/clang/lib/Driver/
DTools.cpp4205 bool AssociativeMath = false; in ConstructJob() local
4214 AssociativeMath = true; in ConstructJob()
4245 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros && in ConstructJob()