Home
last modified time | relevance | path

Searched defs:rvalue_cv_unqualified (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.invocable/
H A Dinvocable.compile.pass.cpp388 using rvalue_cv_unqualified = void (S::*)() const volatile&&; typedef
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/
H A Dregular_invocable.compile.pass.cpp424 static_assert(!std::regular_invocable<rvalue_cv_unqualified, S&>); typedef