Lines Matching defs:other
68 Obj other{std::move(o2)}; in never_moves_some_params() local
115 Obj other{o1}; in misc_lambda_checks() local
121 Obj other{o1}; in misc_lambda_checks() local
186 Obj other = std::move(*opt); in moves_deref_optional() local
190 Obj other = *std::move(opt); in moves_optional_then_deref_resulting_rvalue() local
236 Obj other{std::move(o1)}; in negative_lambda_checks() local
242 Obj other{o1}; in negative_lambda_checks() local
246 Obj other{o1}; in negative_lambda_checks() local
250 Obj other{std::forward(o1)}; in negative_lambda_checks() local
255 Obj other{std::move(o1)}; in negative_lambda_checks() local
259 Obj other{std::move(o1)}; in negative_lambda_checks() local
270 Obj other = std::move(o); in member_with_lambda_no_move() local
275 Obj other = std::move(o); in member_with_lambda_that_moves() local
322 T other = std::move(t); in moves() local