Lines Matching full:conversions
644 // diagnose finite out-of-range conversions, but allow infinities and NaNs
647 // C11 Annex F gives all such conversions defined behavior for IEC 60559
709 // Handle conversions to bool first, they are special: comparisons against 0.
715 // Ignore conversions like int -> uint.
719 // Handle pointer conversions next: pointers can only be converted to/from
815 // Handle conversions to bool first, they are special: comparisons against 0.
1192 // have to handle a more broad range of conversions than explicit casts, as they
1307 // unchecked member pointer conversions, so we always have to
1308 // implement checked conversions here. This is inefficient when