Home | History | Annotate | Download | only in info

Lines Matching full:conversions

413           -fallow-single-precision  -fcond-mismatch -flax-vector-conversions
437 -Woverloaded-virtual -Wno-pmf-conversions
1814 `-flax-vector-conversions'
1815 Allow implicit conversions between vectors with differing numbers
2335 `-Wno-pmf-conversions (C++ and Objective-C++ only)'
2861 specified, and that the conversions specified in the format string
3331 many false positives. Warns for all pointer conversions between
3501 * Conversions by prototypes between fixed/floating point values
3519 prototype. This includes conversions of fixed point to floating
3520 and vice versa, and conversions changing the width or signedness
3658 Warn for implicit conversions that may alter a value. This includes
3659 conversions between real and integer, like `abs (x)' when `x' is
3660 `double'; conversions between signed and unsigned, like `unsigned
3661 ui = -1'; and conversions to smaller types, like `sqrtf (M_PI)'.
3664 like in `abs (2.0)'. Warnings about conversions between signed
3668 For C++, also warn for conversions between `NULL' and non-pointer
3669 types; confusing overload resolution for user-defined conversions;
3670 and conversions that will never use a type conversion operator:
3671 conversions to `void', the same type, a base class or a reference
3672 to them. Warnings about conversions between signed and unsigned
3677 Warn about peculiar, but valid, conversions from/to `NULL'. This
3683 Warn for implicit type conversions from real (`double' or `float')
3702 Warn for implicit conversions that may change the sign of an
6605 floating point to integer conversions, and round-to-nearest for
15972 conversions that would have been done without `-n'.
17376 operators; relational operators; equality operators; and conversions to
17407 operators; equality operators; and conversions to and from integer and
17496 * conversions to and from integer, floating-point, or fixed-point
20435 just as with normal pointer conversions.
27264 5.50.3.45 Conversions
34181 `cmn_err' accepts a subset of the standard `printf' conversions, and
35348 You must specify `-Wno-pmf-conversions' to use this extension.
37594 conversions will not take place in the program without prototypes.
40749 * flax-vector-conversions: C Dialect Options. (line 263)
42521 * Wno-pmf-conversions <1>: C++ Dialect Options.
42523 * Wno-pmf-conversions: Bound member functions.
42606 * Wpmf-conversions: C++ Dialect Options.