HomeSort by: relevance | last modified time | path
    Searched defs:AssociativeMath (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Clang.cpp 2615 bool AssociativeMath = false;
2655 AssociativeMath = false;
2719 case options::OPT_fassociative_math: AssociativeMath = true; break;
2720 case options::OPT_fno_associative_math: AssociativeMath = false; break;
2828 AssociativeMath = true;
2835 AssociativeMath = false;
2855 AssociativeMath = true;
2870 AssociativeMath = false;
2885 !AssociativeMath && !ReciprocalMath &&
2915 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros &
    [all...]
Clang.cpp 2615 bool AssociativeMath = false;
2655 AssociativeMath = false;
2719 case options::OPT_fassociative_math: AssociativeMath = true; break;
2720 case options::OPT_fno_associative_math: AssociativeMath = false; break;
2828 AssociativeMath = true;
2835 AssociativeMath = false;
2855 AssociativeMath = true;
2870 AssociativeMath = false;
2885 !AssociativeMath && !ReciprocalMath &&
2915 if (!MathErrno && AssociativeMath && ReciprocalMath && !SignedZeros &
    [all...]

Completed in 49 milliseconds