Searched full:__apply (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | uses_allocator_construction.h | 72 __apply(const _Alloc& __alloc, piecewise_construct_t, _Tuple1&& __x, _Tuple2&& __y) noexcept { 77 return __uses_allocator_construction_args<typename _Pair::first_type>::__apply( 83 return __uses_allocator_construction_args<typename _Pair::second_type>::__apply( 90 static _LIBCPP_HIDE_FROM_ABI constexpr auto __apply(const _Alloc& __alloc) noexcept { 91 …return __uses_allocator_construction_args<_Pair>::__apply(__alloc, piecewise_construct, tuple<>{},… 95 …static _LIBCPP_HIDE_FROM_ABI constexpr auto __apply(const _Alloc& __alloc, _Up&& __u, _Vp&& __v) n… 96 return __uses_allocator_construction_args<_Pair>::__apply( 105 …static _LIBCPP_HIDE_FROM_ABI constexpr auto __apply(const _Alloc& __alloc, pair<_Up, _Vp>& __pair)… 106 return __uses_allocator_construction_args<_Pair>::__apply( 112 …static _LIBCPP_HIDE_FROM_ABI constexpr auto __apply(const _Alloc& __alloc, const pair<_Up, _Vp>& _… [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/ |
| H A D | copy_cv.h | 25 using __apply = _To; member 31 using __apply = const _To; 37 using __apply = volatile _To; 43 using __apply = const volatile _To; 47 using __copy_cv_t = typename __copy_cv<_From>::template __apply<_To>;
|
| /freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
| H A D | copy_cv.h | 25 using __apply _LIBCPP_NODEBUG = _To; 31 using __apply _LIBCPP_NODEBUG = const _To; 37 using __apply _LIBCPP_NODEBUG = volatile _To; 43 using __apply _LIBCPP_NODEBUG = const volatile _To; 47 using __copy_cv_t _LIBCPP_NODEBUG = typename __copy_cv<_From>::template __apply<_To>;
|
| H A D | copy_cvref.h | 25 using __apply _LIBCPP_NODEBUG = __copy_cv_t<_From, _To>; 31 using __apply _LIBCPP_NODEBUG = __add_lvalue_reference_t<__copy_cv_t<_From, _To> >; 37 using __apply _LIBCPP_NODEBUG = __add_rvalue_reference_t<__copy_cv_t<_From, _To> >; 41 using __copy_cvref_t _LIBCPP_NODEBUG = typename __copy_cvref<_From>::template __apply<_To>;
|
| H A D | common_reference.h | 38 // [Note: `XREF(A)` is `__xref<A>::template __apply`] 42 using __apply _LIBCPP_NODEBUG = __copy_cvref_t<_Tp, _Up>; 164 __xref<_Tp>::template __apply, 165 __xref<_Up>::template __apply>::type;
|
| /freebsd/contrib/llvm-project/libcxx/include/experimental/__simd/ |
| H A D | aligned_tag.h | 29 static _LIBCPP_HIDE_FROM_ABI constexpr _Up* __apply(_Up* __ptr) { in __apply() function 42 static _LIBCPP_HIDE_FROM_ABI constexpr _Up* __apply(_Up* __ptr) { in __apply() function 56 static _LIBCPP_HIDE_FROM_ABI constexpr _Up* __apply(_Up* __ptr) { in __apply() function
|
| H A D | simd_mask.h | 65 _Impl::__load(__s_, _Flags::template __apply<simd_mask>(__mem)); in simd_mask() 71 _Impl::__load(__s_, _Flags::template __apply<simd_mask>(__mem)); in copy_from() 76 _Impl::__store(__s_, _Flags::template __apply<simd_mask>(__mem)); in copy_to()
|
| H A D | simd.h | 92 _Impl::__load(__s_, _Flags::template __apply<simd>(__mem)); in simd() 98 _Impl::__load(__s_, _Flags::template __apply<simd>(__mem)); in copy_from() 103 _Impl::__store(__s_, _Flags::template __apply<simd>(__mem)); in copy_to()
|