Lines Matching full:conversions
478 -fallow-single-precision -fcond-mismatch -flax-vector-conversions
503 -Woverloaded-virtual -Wno-pmf-conversions
2020 `-flax-vector-conversions'
2021 Allow implicit conversions between vectors with differing numbers
2615 `-Wno-pmf-conversions (C++ and Objective-C++ only)'
3145 specified, and that the conversions specified in the format string
3689 many false positives. Warns for all pointer conversions between
3888 * Conversions by prototypes between fixed/floating point values
3906 prototype. This includes conversions of fixed point to floating
3907 and vice versa, and conversions changing the width or signedness
4058 Warn for implicit conversions that may alter a value. This includes
4059 conversions between real and integer, like `abs (x)' when `x' is
4060 `double'; conversions between signed and unsigned, like `unsigned
4061 ui = -1'; and conversions to smaller types, like `sqrtf (M_PI)'.
4064 like in `abs (2.0)'. Warnings about conversions between signed
4069 user-defined conversions; and conversions that will never use a
4070 type conversion operator: conversions to `void', the same type, a
4071 base class or a reference to them. Warnings about conversions
4076 Do not warn for conversions between `NULL' and non-pointer types.
4080 Warn for implicit type conversions from real (`double' or `float')
4111 Warn for implicit conversions that may change the sign of an
7714 floating point to integer conversions, and round-to-nearest for
16767 between `__ea' and generic pointer as well as implicit conversions
16769 address space pointer conversions.
19408 operators; relational operators; equality operators; and conversions to
19452 Note that conversions from `double' to `__fp16' involve an
19456 ARM provides hardware support for conversions between `__fp16' and
19466 conversions between `__fp16' and `float' values as library calls.
19487 operators; equality operators; and conversions to and from integer and
19573 * conversions to and from integer, floating-point, or fixed-point
22995 just as with normal pointer conversions.
30377 6.54.3.45 Conversions
37563 `cmn_err' accepts a subset of the standard `printf' conversions, and
38850 You must specify `-Wno-pmf-conversions' to use this extension.
45009 * flax-vector-conversions: C Dialect Options. (line 295)
46986 * Wno-pmf-conversions <1>: Bound member functions.
46988 * Wno-pmf-conversions: C++ Dialect Options.
47081 * Wpmf-conversions: C++ Dialect Options.