Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dnested_exception.h101 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
120 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/netbsd-src/external/apache2/llvm/dist/libcxx/src/include/
H A Dsso_allocator.h46 …template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) t… in __sso_allocator()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator.h72 allocator(const allocator<_Up>&) _NOEXCEPT { } in allocator()
153 allocator(const allocator<_Up>&) _NOEXCEPT { } in allocator()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_x86.h1554 using _Up = typename _TVT::value_type; in _S_multiplies() local
1659 using _Up = typename _TVT::value_type; in _S_multiplies() local
1828 using _Up = typename _TVT::value_type; in _S_multiplies() local
1878 using _Up = typename _TVT::value_type; in _S_multiplies() local
2648 using _Up = __bool_storage_member_type_t<_Np>; in _S_ldexp() local
2962 using _Up = typename _Traits::value_type; in _S_isnonzerovalue_mask() local
3518 using _Up = std::conditional_t< in _S_masked_unary() local
H A Dsimd_x86_conversions.h40 using _Up = typename _VectorTraits<_To>::value_type; in __convert_x86() local
875 using _Up = typename _VectorTraits<_To>::value_type; local
1416 using _Up = typename _VectorTraits<_To>::value_type; local
1834 using _Up = typename _VectorTraits<_To>::value_type; local
H A Dsimd_neon.h468 using _Up = make_unsigned_t<__int_for_sizeof_t<decltype(__kk)>>; in _S_some_of() local
H A Dsimd_builtin.h89 __wrapper_bitcast(_SimdWrapper<_Up, _M> __x) in __wrapper_bitcast()
194 using _Up = decltype(__w); in __shift_elements_right() local
887 using _Up = __intrinsic_type_t<_Tp, _Np>; member
1268 using _Up = conditional_t< in _S_load() local
1922 using _Up = conditional_t<is_floating_point_v<_Tp>, float, int>; in _S_reduce() local
1928 using _Up = conditional_t<is_floating_point_v<_Tp>, double, _LLong>; in _S_reduce() local
2670 using _Up = make_unsigned_t<__int_for_sizeof_t<_Tp>>; in _S_to_bits() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_access.h415 using _Up = remove_all_extents_t<remove_reference_t<_Tp>>; in _GLIBCXX_VISIBILITY() member
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Drandom.tcc3288 struct _Up in generate() struct
3290 _Up(uint_least32_t v) : _M_v(v & 0xffffffffu) { } in generate() argument
3292 operator uint_least32_t() const { return _M_v; } in generate()
3294 uint_least32_t _M_v; in generate()