Searched refs:__dependent_type (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | unique_ptr.h | 163 …using _LValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__lval_ref… 166 …using _GoodRValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__good… 169 …using _BadRValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__bad_r… 171 …template <bool _Dummy, class _Deleter = typename __dependent_type< __type_identity<deleter_type>, … 332 …using _LValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__lval_ref… 335 …using _GoodRValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__good… 338 …using _BadRValRefType _LIBCPP_NODEBUG = typename __dependent_type<_DeleterSFINAE, _Dummy>::__bad_r… 340 …template <bool _Dummy, class _Deleter = typename __dependent_type< __type_identity<deleter_type>, …
|
| H A D | compressed_pair.h | 111 __enable_if_t< __dependent_type<is_default_constructible<_T1>, _Dummy>::value && 112 __dependent_type<is_default_constructible<_T2>, _Dummy>::value,
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | dependent_type.h | 21 struct _LIBCPP_TEMPLATE_VIS __dependent_type : public _Tp {}; struct
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | variant | 1188 … enable_if_t<__dependent_type<is_default_constructible<__first_type>, _Dummy>::value, int> = 0> 1304 enable_if_t< __all<(__dependent_type<is_move_constructible<_Types>, _Dummy>::value && 1305 __dependent_type<is_swappable<_Types>, _Dummy>::value)...>::value,
|