Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/libsupc++/
A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dnested_exception.h102 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
118 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/libsupc++/
A Dnested_exception.h98 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
114 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/libsupc++/
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
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/libsupc++/
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
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/libsupc++/
A Dnested_exception.h99 using _Up = typename remove_reference<_Tp>::type; in __throw_with_nested_impl() local
116 using _Up = typename decay<_Tp>::type; in throw_with_nested() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/
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
A Dsimd_neon.h465 using _Up = make_unsigned_t<__int_for_sizeof_t<decltype(__kk)>>; in _S_some_of() local
A Dsimd_builtin.h87 __wrapper_bitcast(_SimdWrapper<_Up, _M> __x) in __wrapper_bitcast()
192 using _Up = decltype(__w); in __shift_elements_right() local
873 using _Up = __intrinsic_type_t<_Tp, _Np>; member
1246 using _Up = conditional_t< in _S_load() local
1288 using _Up = conditional_t< in _S_store() local
1882 using _Up = conditional_t<is_floating_point_v<_Tp>, float, int>; in _S_reduce() local
1888 using _Up = conditional_t<is_floating_point_v<_Tp>, double, _LLong>; in _S_reduce() local
2603 using _Up = make_unsigned_t<__int_for_sizeof_t<_Tp>>; in _S_to_bits() local
A Dsimd_x86.h1531 using _Up = typename _TVT::value_type; in _S_multiplies() local
1636 using _Up = typename _TVT::value_type; in _S_multiplies() local
1805 using _Up = typename _TVT::value_type; in _S_multiplies() local
1855 using _Up = typename _TVT::value_type; in _S_multiplies() local
2930 using _Up = typename _Traits::value_type; in _S_isnonzerovalue_mask() local
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Drange_access.h415 using _Up = remove_all_extents_t<remove_reference_t<_Tp>>; in _GLIBCXX_VISIBILITY() member
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Drandom.tcc3275 struct _Up in generate() struct
3277 _Up(uint_least32_t v) : _M_v(v & 0xffffffffu) { } in generate() function
3279 operator uint_least32_t() const { return _M_v; } in generate()
3281 uint_least32_t _M_v; in generate()

Completed in 338 milliseconds