Lines Matching full:conversions
313 // These cast kinds don't consider user-defined conversions.
839 conversions explicit and getting rid of data loss warnings.
958 // conversions, subject to further restrictions.
960 // of qualification conversions impossible.
962 // care of reverse qualification conversions.
984 // Reverse integral promotion/conversion. All such conversions are themselves
985 // again integral promotions or conversions and are thus already handled by
991 // floating-integral conversions. Again, only floating->enum is relevant.
1480 // T2" using a const_cast, then the following conversions can also be
1894 // With the valid non-pointer conversions out of the way, we can be even
2032 // C++ [expr.cast]p5: The conversions performed by
2149 // We don't necessarily do lvalue-to-rvalue conversions on this.
2206 // Reject any other conversions to non-scalar types.