Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Duses_allocator_construction.h89 __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 Dtuple_defs.h67 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 Dexpected.h175 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 Dmove.h28 typedef _LIBCPP_NODEBUG __libcpp_remove_reference_t<_Tp> _Up; in move() typedef
/openbsd-src/gnu/llvm/libcxx/include/__numeric/
H A Dmidpoint.h43 using _Up = make_unsigned_t<_Tp>; in midpoint() local
/openbsd-src/gnu/llvm/libcxx/src/include/
H A Dsso_allocator.h51 …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 Dnormal_distribution.h136 result_type _Up; in operator() local