Searched refs:__apply (Results 1 – 3 of 3) sorted by relevance
43 using __apply = __copy_cvref_t<_Tp, _Up>; member149 __xref<_Tp>::template __apply, __xref<_Up>::template __apply>::type;
300 template <class _Tp> using __apply = _Tp;304 template <class _Tp> using __apply _LIBCPP_NODEBUG = const _Tp;308 template <class _Tp> using __apply _LIBCPP_NODEBUG = volatile _Tp;312 template <class _Tp> using __apply _LIBCPP_NODEBUG = const volatile _Tp;316 template <class _Tp> using __apply _LIBCPP_NODEBUG = _Tp&;320 template <class _Tp> using __apply _LIBCPP_NODEBUG = const _Tp&;324 template <class _Tp> using __apply _LIBCPP_NODEBUG = volatile _Tp&;328 template <class _Tp> using __apply _LIBCPP_NODEBUG = const volatile _Tp&;351 typename _ApplyFn::template __apply<__type_pack_element<_Idx, _Types...>>...361 typename _ApplyFn::template __apply<__value_type<_Idx>>...
1094 static simd<_Tp, _Abi> __apply(const simd<_Up, _Abi>& __v);1103 __apply(const simd<_Up, _Abi>& __v);1112 __apply(const simd<_Up, _Abi>& __v);1122 __apply(const simd<_Up, _Abi>& __v);1127 -> decltype(__simd_cast_traits<_Tp>::__apply(__v)) {1128 return __simd_cast_traits<_Tp>::__apply(__v);1133 -> decltype(__static_simd_cast_traits<_Tp>::__apply(__v)) {1134 return __static_simd_cast_traits<_Tp>::__apply(__v);