Home | History | Annotate | Download | only in Sema

Lines Matching full:rvalue

2257     // we should be working from an RValue in the case of move to ensure
2258 // that we prefer to bind to rvalue references, and an LValue in the
2259 // case of copy to ensure we don't bind to rvalue references.