Lines Matching full:rvalue
320 // An lvalue or rvalue of type "array of N T" or "array of unknown bound of
321 // T" can be converted to an rvalue of type "pointer to T".
365 // We can't do lvalue-to-rvalue on atomics yet.
379 // We don't want to throw lvalue-to-rvalue casts on top of
390 // lvalue-to-rvalue at all. Note that expressions of unqualified
400 // rvalue is T.
493 // C++ performs lvalue-to-rvalue conversion as a default argument
496 // When an lvalue-to-rvalue conversion occurs in an unevaluated
2874 /// The lvalue-to-rvalue, array-to-pointer, and function-to-pointer
8364 // lvalue-to-rvalue. However, initialize an unqualified type.