Home | History | Annotate | Download | only in Sema

Lines Matching full:rvalue

332     // An lvalue or rvalue of type "array of N T" or "array of unknown bound of
333 // T" can be converted to an rvalue of type "pointer to T".
377 // We don't want to throw lvalue-to-rvalue casts on top of
388 // lvalue-to-rvalue at all. Note that expressions of unqualified
398 // rvalue is T.
502 // C++ performs lvalue-to-rvalue conversion as a default argument
505 // When an lvalue-to-rvalue conversion occurs in an unevaluated
2867 /// The lvalue-to-rvalue, array-to-pointer, and function-to-pointer
8606 // lvalue-to-rvalue. However, initialize an unqualified type.
10336 // constant expression (5.19) and the lvalue-to-rvalue conversion (4.1)
10337 // is immediately applied." This function handles the lvalue-to-rvalue
10348 // lvalue-to-rvalue
10412 // constant expression (5.19) and the lvalue-to-rvalue conversion (4.1)