Searched defs:_Up (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__memory/ |
H A D | uses_allocator_construction.h | 97 __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 D | fold.h | 83 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 D | equal.h | 109 __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 D | move.h | 31 typedef _LIBCPP_NODEBUG __libcpp_remove_reference_t<_Tp> _Up; in move() typedef
|
/freebsd-src/contrib/llvm-project/libcxx/include/experimental/__simd/ |
H A D | simd_mask.h | 49 _LIBCPP_HIDE_FROM_ABI simd_mask(const simd_mask<_Up, simd_abi::fixed_size<size()>>& __v) noexcept { in simd_mask() argument
|
H A D | simd.h | 56 _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 D | midpoint.h | 40 using _Up = make_unsigned_t<_Tp>; in midpoint() local
|
/freebsd-src/contrib/llvm-project/libcxx/src/include/ |
H A D | sso_allocator.h | 53 …_LIBCPP_HIDE_FROM_ABI __sso_allocator(const __sso_allocator<_Up, _Np>&) throw() : __allocated_(fal… in __sso_allocator()
|