Home
last modified time | relevance | path

Searched refs:__apply (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__type_traits/
H A Dcommon_reference.h43 using __apply = __copy_cvref_t<_Tp, _Up>; member
149 __xref<_Tp>::template __apply, __xref<_Up>::template __apply>::type;
/llvm-project-15.0.7/libcxx/include/
H A D__tuple300 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>>...
/llvm-project-15.0.7/libcxx/include/experimental/
H A Dsimd1094 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);