Searched defs:_Up (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__memory/ |
H A D | uses_allocator_construction.h | 89 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>& __pair) noexcept { in __uses_allocator_construction_args() 97 __uses_allocator_construction_args(const _Alloc& __alloc, const pair<_Up, _Vp>& __pair) noexcept { in __uses_allocator_construction_args() 104 __uses_allocator_construction_args(const _Alloc& __alloc, pair<_Up, _Vp>&& __pair) noexcept { in __uses_allocator_construction_args() 115 __uses_allocator_construction_args(const _Alloc& __alloc, const pair<_Up, _Vp>&& __pair) noexcept { in __uses_allocator_construction_args()
|
/openbsd-src/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | tuple_defs.h | 67 typedef tuple<_GLIBCXX_TEMPLATE_ARGS_U> _Up; typedef 78 typedef tuple<_GLIBCXX_TEMPLATE_ARGS_U> _Up; typedef
|
/openbsd-src/gnu/llvm/libcxx/include/__expected/ |
H A D | expected.h | 175 expected(const expected<_Up, _OtherErr>& __other) in expected() 189 expected(expected<_Up, _OtherErr>&& __other) in expected() function 710 expected(const expected<_Up, _OtherErr>& __rhs) in expected() 721 expected(expected<_Up, _OtherErr>&& __rhs) in expected() function
|
/openbsd-src/gnu/llvm/libcxx/include/__utility/ |
H A D | move.h | 28 typedef _LIBCPP_NODEBUG __libcpp_remove_reference_t<_Tp> _Up; in move() typedef
|
/openbsd-src/gnu/llvm/libcxx/include/__numeric/ |
H A D | midpoint.h | 43 using _Up = make_unsigned_t<_Tp>; in midpoint() local
|
/openbsd-src/gnu/llvm/libcxx/src/include/ |
H A D | sso_allocator.h | 51 …template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) t… in __sso_allocator()
|
/openbsd-src/gnu/llvm/libcxx/include/__random/ |
H A D | normal_distribution.h | 136 result_type _Up; in operator() local
|