Home
last modified time | relevance | path

Searched refs:__type_identity (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dtype_identity.h21 struct __type_identity { struct
26 using __type_identity_t _LIBCPP_NODEBUG = typename __type_identity<_Tp>::type; argument
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Ddispatch.h55 __type_identity<_Algorithm<_B1, _ExecutionPolicy>>,
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dunique_ptr.h171 …template <bool _Dummy, class _Deleter = typename __dependent_type< __type_identity<deleter_type>, …
340 …template <bool _Dummy, class _Deleter = typename __dependent_type< __type_identity<deleter_type>, …
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvariant551 return __make_dispatch<_Fp, _Vs...>(index_sequence<((void)__type_identity<_Vs>{}, _Ip)...>{});
1108 using _Apply = __type_identity<_Dest>;
1113 static auto __test_impl(_Dest (&&)[1]) -> __type_identity<_Dest>;