Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.invocable/
H A Dinvocable.compile.pass.cpp244 using uncv_t = std::remove_cvref_t<T>; in check_member_is_invocable() typedef
/llvm-project/libcxx/test/std/concepts/concepts.callable/concept.regularinvocable/
H A Dregular_invocable.compile.pass.cpp270 static_assert(std::regular_invocable<Member, uncv_t*, Args...> == result); in check_member_is_invocable() typedef