Lines Matching full:conversions
307 // These cast kinds don't consider user-defined conversions.
721 /// implicit conversions explicit and getting rid of data loss warnings.
839 // conversions, subject to further restrictions.
841 // of qualification conversions impossible.
843 // care of reverse qualification conversions.
865 // Reverse integral promotion/conversion. All such conversions are themselves
866 // again integral promotions or conversions and are thus already handled by
872 // floating-integral conversions. Again, only floating->enum is relevant.
1686 // With the valid non-pointer conversions out of the way, we can be even
1825 // C++ [expr.cast]p5: The conversions performed by
1903 // We don't necessarily do lvalue-to-rvalue conversions on this.
1964 // Reject any other conversions to non-scalar types.