Home | History | Annotate | Download | only in Sema

Lines Matching full:conversions

305 //  Standard Promotions and Conversions
435 /// UsualUnaryConversions - Performs various conversions that are common to most
436 /// operators (C99 6.3). The conversions of array and function types are
824 /// \brief Handle conversions with GCC complex int extension. Helper function
870 /// \brief Handle integer arithmetic conversions. Helper function of
920 /// UsualArithmeticConversions - Performs various conversions that are common to
2868 /// standard conversions are not applied to the operand of sizeof.
3115 // Perform default conversions.
4755 // If both operands have arithmetic type, do the usual arithmetic conversions
5098 // We usually want to apply unary conversions *before* saving, except
5433 // Conversions to or from vector type.
5443 // If we are allowing lax vector conversions, and LHS and RHS are both
5455 // Arithmetic conversions.
5462 // Conversions to normal pointers.
5479 // - conversions to void*
5485 // - conversions from 'Class' to the redefinition type
5508 // Conversions to block pointers.
5538 // Conversions to Objective-C pointers.
5563 // - conversions from 'void*'
5568 // - conversions to 'Class' from its redefinition type
5588 // Conversions from pointers that are not covered by the above.
5605 // Conversions from Objective-C pointers that are not covered by the above.
5835 // If we are allowing lax vector conversions, and LHS and RHS are both
6435 // Shifts don't perform usual arithmetic conversions, they just do integer
6438 // For the LHS, do usual unary conversions, but then reset them away
6511 // [...] Pointer conversions (4.10) and qualification
6512 // conversions (4.4) are performed on pointer operands (or on
6521 // member and a null pointer constant. Pointer to member conversions
6522 // (4.11) and qualification conversions (4.4) are performed to bring
7396 // C++'s comma does not do any conversions at all (C++ [expr.comma]p1).
7562 /// Note: The usual conversions are *not* applied to the operand of the &