Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__type_traits/
H A Ddependent_type.h21 struct _LIBCPP_TEMPLATE_VIS __dependent_type : public _Tp {}; struct
/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dunique_ptr.h138 …using _LValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__lval_ref…
141 …using _GoodRValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__good…
144 …using _BadRValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__bad_r…
146 …template <bool _Dummy, class _Deleter = typename __dependent_type< __type_identity<deleter_type>, …
295 …using _LValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__lval_ref…
298 …using _GoodRValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__good…
301 …using _BadRValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__bad_r…
303 …template <bool _Dummy, class _Deleter = typename __dependent_type< __type_identity<deleter_type>, …
H A Dcompressed_pair.h112 … class = __enable_if_t< __dependent_type<is_default_constructible<_T1>, _Dummy>::value &&
113__dependent_type<is_default_constructible<_T2>, _Dummy>::value > >
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dvariant1173 … enable_if_t<__dependent_type<is_default_constructible<__first_type>, _Dummy>::value, int> = 0>
1289 enable_if_t< __all<(__dependent_type<is_move_constructible<_Types>, _Dummy>::value &&
1290 __dependent_type<is_swappable<_Types>, _Dummy>::value)...>::value,