Lines Matching full:rvalue
2447 // - if a member m has rvalue reference type T&&, it is direct-initialized
3936 // This is a move ctor so we know it's a cv-qualified rvalue reference to T.
4257 // For a copy constructor, data members must not be of rvalue reference
7391 if (!Copying) // Cast to rvalue
8055 // Cast to rvalue.
8172 "Member reference with rvalue base must be rvalue except for reference "
9462 // N2844 forbids rvalue references.
9481 // For the purpose of error recovery, we treat rvalue refs like lvalue refs.