Home
last modified time | relevance | path

Searched refs:__libcpp_remove_reference_t (Results 1 – 25 of 38) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_reference.h27 using __libcpp_remove_reference_t _LIBCPP_NODEBUG = __remove_reference_t(_Tp);
35 using __libcpp_remove_reference_t = typename remove_reference<_Tp>::type;
44 using __libcpp_remove_reference_t = typename remove_reference<_Tp>::type;
49 using remove_reference_t = __libcpp_remove_reference_t<_Tp>;
H A Dmake_const_lvalue_ref.h22 using __make_const_lvalue_ref _LIBCPP_NODEBUG = const __libcpp_remove_reference_t<_Tp>&;
H A Dremove_const_ref.h23 using __remove_const_ref_t _LIBCPP_NODEBUG = __remove_const_t<__libcpp_remove_reference_t<_Tp> >;
H A Dadd_pointer.h31 using type _LIBCPP_NODEBUG = __libcpp_remove_reference_t<_Tp>*;
H A Ddecay.h55 using _Up _LIBCPP_NODEBUG = __libcpp_remove_reference_t<_Tp>;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__utility/
H A Dforward.h25 forward(_LIBCPP_LIFETIMEBOUND __libcpp_remove_reference_t<_Tp>& __t) _NOEXCEPT { in forward()
31 forward(_LIBCPP_LIFETIMEBOUND __libcpp_remove_reference_t<_Tp>&& __t) _NOEXCEPT { in forward()
H A Dmove.h29 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI __libcpp_remove_reference_t<_Tp>&&
31 typedef _LIBCPP_NODEBUG __libcpp_remove_reference_t<_Tp> _Up; in move()
/freebsd/contrib/llvm-project/libcxx/include/__utility/
H A Dforward.h25 forward(_LIBCPP_LIFETIMEBOUND __libcpp_remove_reference_t<_Tp>& __t) _NOEXCEPT { in forward()
31 forward(_LIBCPP_LIFETIMEBOUND __libcpp_remove_reference_t<_Tp>&& __t) _NOEXCEPT { in forward()
H A Dmove.h29 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR __libcpp_remove_reference_t<_Tp>&&
31 using _Up _LIBCPP_NODEBUG = __libcpp_remove_reference_t<_Tp>; in move()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dremove_reference.h27 using __libcpp_remove_reference_t = __remove_reference_t(_Tp); variable
35 using __libcpp_remove_reference_t = typename remove_reference<_Tp>::type;
H A Dmake_const_lvalue_ref.h22 using __make_const_lvalue_ref = const __libcpp_remove_reference_t<_Tp>&;
H A Dremove_const_ref.h23 using __remove_const_ref_t = __remove_const_t<__libcpp_remove_reference_t<_Tp> >;
H A Dremove_cvref.h28 using __remove_cvref_t _LIBCPP_NODEBUG = __remove_cv_t<__libcpp_remove_reference_t<_Tp> >;
H A Dadd_pointer.h31 typedef _LIBCPP_NODEBUG __libcpp_remove_reference_t<_Tp>* type;
H A Ddecay.h56 typedef _LIBCPP_NODEBUG __libcpp_remove_reference_t<_Tp> _Up;
/freebsd/contrib/llvm-project/libcxx/include/__tuple/
H A Dmake_tuple_types.h56 size_t _Ep = tuple_size<__libcpp_remove_reference_t<_Tp> >::value,
58 bool _SameSize = (_Ep == tuple_size<__libcpp_remove_reference_t<_Tp> >::value)>
H A Dsfinae_helpers.h51 bool = __tuple_like_ext<__libcpp_remove_reference_t<_Tp> >::value,
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dnum.h257 __libcpp_remove_reference_t<decltype(errno)> __save_errno = errno;
261 __libcpp_remove_reference_t<decltype(errno)> __current_errno = errno;
279 __libcpp_remove_reference_t<decltype(errno)> __save_errno = errno;
283 __libcpp_remove_reference_t<decltype(errno)> __current_errno = errno;
311 __libcpp_remove_reference_t<decltype(errno)> __save_errno = errno;
315 __libcpp_remove_reference_t<decltype(errno)> __current_errno = errno;
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dbind.h214 …__enable_if_t<is_constructible<_Fd, _Gp>::value && !is_same<__libcpp_remove_reference_t<_Gp>, __bi…
248 …__enable_if_t<is_constructible<_Fd, _Gp>::value && !is_same<__libcpp_remove_reference_t<_Gp>, __bi…
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp110 __libcpp_remove_reference_t<decltype(errno)> errno_save = errno; in as_integer_helper()
194 __libcpp_remove_reference_t<decltype(errno)> errno_save = errno; in as_float_helper()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__iterator/
H A Dmove_iterator.h48 …typedef __conditional_t<is_reference<__reference>::value, __libcpp_remove_reference_t<__reference>…
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtuple1269 __tuple_like_ext<__libcpp_remove_reference_t<_Tuple1> >::value,
1279 __tuple_like_ext<__libcpp_remove_reference_t<_Tuple0> >::value,
1295 using _T0 _LIBCPP_NODEBUG = __libcpp_remove_reference_t<_Tuple0>;
1303 …__copy_cvref_t<_Tuple0, typename tuple_element<_I0, __libcpp_remove_reference_t<_Tuple0>>::type>&&…
1304 … typename __make_tuple_indices<tuple_size<__libcpp_remove_reference_t<_Tuple1> >::value>::type,
1312 … typename __make_tuple_indices< tuple_size<__libcpp_remove_reference_t<_Tuple0> >::value >::type,
1335 using _T0 _LIBCPP_NODEBUG = __libcpp_remove_reference_t<_Tuple0>;
1336 using _T1 _LIBCPP_NODEBUG = __libcpp_remove_reference_t<_Tuple1>;
1358 using _T0 _LIBCPP_NODEBUG = __libcpp_remove_reference_t<_Tuple0>;
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dmove_iterator.h108 …typedef __conditional_t<is_reference<__reference>::value, __libcpp_remove_reference_t<__reference>…
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h45 …nter _LIBCPP_NODEBUG = __detected_or_t<_Tp*, __pointer_member, __libcpp_remove_reference_t<_Alloc>…
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dallocator_traits.h46 class _RawAlloc = __libcpp_remove_reference_t<_Alloc>,

12