Searched defs:_Up (Results 1 – 10 of 10) sorted by relevance
101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
46 …template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) t… in __sso_allocator()
72 allocator(const allocator<_Up>&) _NOEXCEPT { } in allocator()153 allocator(const allocator<_Up>&) _NOEXCEPT { } in allocator()
1554 using _Up = typename _TVT::value_type; in _S_multiplies() local1659 using _Up = typename _TVT::value_type; in _S_multiplies() local1828 using _Up = typename _TVT::value_type; in _S_multiplies() local1878 using _Up = typename _TVT::value_type; in _S_multiplies() local2648 using _Up = __bool_storage_member_type_t<_Np>; in _S_ldexp() local2962 using _Up = typename _Traits::value_type; in _S_isnonzerovalue_mask() local3518 using _Up = std::conditional_t< in _S_masked_unary() local
40 using _Up = typename _VectorTraits<_To>::value_type; in __convert_x86() local875 using _Up = typename _VectorTraits<_To>::value_type; local1416 using _Up = typename _VectorTraits<_To>::value_type; local1834 using _Up = typename _VectorTraits<_To>::value_type; local
468 using _Up = make_unsigned_t<__int_for_sizeof_t<decltype(__kk)>>; in _S_some_of() local
89 __wrapper_bitcast(_SimdWrapper<_Up, _M> __x) in __wrapper_bitcast()194 using _Up = decltype(__w); in __shift_elements_right() local887 using _Up = __intrinsic_type_t<_Tp, _Np>; member1268 using _Up = conditional_t< in _S_load() local1922 using _Up = conditional_t<is_floating_point_v<_Tp>, float, int>; in _S_reduce() local1928 using _Up = conditional_t<is_floating_point_v<_Tp>, double, _LLong>; in _S_reduce() local2670 using _Up = make_unsigned_t<__int_for_sizeof_t<_Tp>>; in _S_to_bits() local
415 using _Up = remove_all_extents_t<remove_reference_t<_Tp>>; in _GLIBCXX_VISIBILITY() member
3288 struct _Up in generate() struct3290 _Up(uint_least32_t v) : _M_v(v & 0xffffffffu) { } in generate() argument3292 operator uint_least32_t() const { return _M_v; } in generate()3294 uint_least32_t _M_v; in generate()