Home
last modified time | relevance | path

Searched refs:rvalue_ref (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp290 consteval int rvalue_ref(const A &&a) { in rvalue_ref() function
310 { 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() function
374 { int k = rvalue_ref(A()); } in test()
375 { int k = rvalue_ref(std::move(a)); } in test()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp58 …typedef Types &&rvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack… typedef