Home
last modified time | relevance | path

Searched full:__apply (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h72 __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 Dcopy_cv.h25 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 Dcopy_cv.h25 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 Dcopy_cvref.h25 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 Dcommon_reference.h38 // [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 Daligned_tag.h29 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 Dsimd_mask.h65 _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 Dsimd.h92 _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()