Searched refs:rvalue_ref (Results 1 – 2 of 2) sorted by relevance
290 consteval int rvalue_ref(const A &&a) { in rvalue_ref() function310 { int k = rvalue_ref(A()); } in test()311 { int k = rvalue_ref(std::move(a)); } in test()347 consteval int rvalue_ref(const A &&a) { in rvalue_ref() function374 { int k = rvalue_ref(A()); } in test()375 { int k = rvalue_ref(std::move(a)); } in test()
58 …typedef Types &&rvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack… typedef