Lines Matching full:conversions
201 \&\-fallow\-single\-precision \-fcond\-mismatch \-flax\-vector\-conversions
224 \&\-Woverloaded\-virtual \-Wno\-pmf\-conversions
1619 .IP "\fB\-flax\-vector\-conversions\fR" 4
1620 .IX Item "-flax-vector-conversions"
1621 Allow implicit conversions between vectors with differing numbers of
2173 .IP "\fB\-Wno\-pmf\-conversions\fR (\*(C+ and Objective\-\*(C+ only)" 4
2174 .IX Item "-Wno-pmf-conversions ( and Objective- only)"
2688 specified, and that the conversions specified in the format string make
3165 Warns for all pointer conversions between possibly incompatible types,
3333 Conversions by prototypes between fixed/floating point values and vice
3352 includes conversions of fixed point to floating and vice versa, and
3353 conversions changing the width or signedness of a fixed point argument
3486 Warn for implicit conversions that may alter a value. This includes
3487 conversions between real and integer, like \f(CW\*(C`abs (x)\*(C'\fR when
3488 \&\f(CW\*(C`x\*(C'\fR is \f(CW\*(C`double\*(C'\fR; conversions between signed and unsigned,
3489 like \f(CW\*(C`unsigned ui = \-1\*(C'\fR; and conversions to smaller types, like
3493 conversions between signed and unsigned integers can be disabled by
3496 For \*(C+, also warn for conversions between \f(CW\*(C`NULL\*(C'\fR and non-pointer
3497 types; confusing overload resolution for user-defined conversions; and
3498 conversions that will never use a type conversion operator:
3499 conversions to \f(CW\*(C`void\*(C'\fR, the same type, a base class or a reference
3500 to them. Warnings about conversions between signed and unsigned
3505 Warn about peculiar, but valid, conversions from/to \f(CW\*(C`NULL\*(C'\fR.
3511 Warn for implicit type conversions from real (\f(CW\*(C`double\*(C'\fR or \f(CW\*(C`float\*(C'\fR)
3529 Warn for implicit conversions that may change the sign of an integer
6509 to integer conversions, and round-to-nearest for all other arithmetic