Home
last modified time | relevance | path

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

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