Home
last modified time | relevance | path

Searched defs:_Up (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h97 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>& __pair) noexcept { in __uses_allocator_construction_args() argument
105 __uses_allocator_construction_args(const _Alloc& __alloc, const pair<_Up, _Vp>& __pair) noexcept { in __uses_allocator_construction_args() argument
112 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>&& __pair) noexcept { in __uses_allocator_construction_args() argument
123 __uses_allocator_construction_args(const _Alloc & __alloc,const pair<_Up,_Vp> && __pair) __uses_allocator_construction_args() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dfold.h83 using _Up = decay_t<invoke_result_t<_Fp&, _Tp, iter_reference_t<_Ip>>>; operator() local
101 using _Up = decay_t<invoke_result_t<_Fp&, _Tp, range_reference_t<_Rp>>>; operator() local
[all...]
H A Dequal.h109 __equal_impl(_Tp * __first1,_Tp * __last1,_Up * __first2,_Up *,_Pred &,_Proj1 &,_Proj2 &) __equal_impl() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__utility/
H A Dmove.h31 typedef _LIBCPP_NODEBUG __libcpp_remove_reference_t<_Tp> _Up; in move() typedef
/freebsd-src/contrib/llvm-project/libcxx/include/experimental/__simd/
H A Dsimd_mask.h49 _LIBCPP_HIDE_FROM_ABI simd_mask(const simd_mask<_Up, simd_abi::fixed_size<size()>>& __v) noexcept { in simd_mask() argument
H A Dsimd.h56 _LIBCPP_HIDE_FROM_ABI simd(const simd<_Up, simd_abi::fixed_size<size()>>& __v) noexcept { in simd() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__numeric/
H A Dmidpoint.h40 using _Up = make_unsigned_t<_Tp>; in midpoint() local
/freebsd-src/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h53 …_LIBCPP_HIDE_FROM_ABI __sso_allocator(const __sso_allocator<_Up, _Np>&) throw() : __allocated_(fal… in __sso_allocator()