Home
last modified time | relevance | path

Searched defs:rvalue_ref (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dmissing-std-forward.cpp133 void rvalue_ref(S&& s) { in rvalue_ref() function
153 void rvalue_ref(T&& t) { in rvalue_ref() function in negative_cases::AClass
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp59 …typedef Types &&rvalue_ref; // expected-error{{declaration type contains unexpanded parameter pack… typedef
/llvm-project/clang/test/SemaCXX/
H A Dcxx2a-consteval.cpp310 consteval int rvalue_ref(const A &&a) { in rvalue_ref() function
367 consteval int rvalue_ref(const A &&a) { in rvalue_ref() function