Home
last modified time | relevance | path

Searched defs:__rhs (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__iterator/
H A Dcpp17_iterator_concepts.h51 { __lhs = std::as_const(__rhs) } -> same_as<_Tp&>; in requires() argument
60 { std::as_const(__lhs) == __rhs } -> __boolean_testable; in requires() argument
46 requires(_Tp __lhs,_Tp __rhs) requires() argument
80 requires(_Iter __lhs,_Iter __rhs) requires() argument
[all...]
H A Diterator_with_data.h92const __iterator_with_data& __rhs) noexcept(noexcept(ranges::iter_swap(__lhs.__iter_, __rhs.__iter… in iter_swap()
/freebsd-src/contrib/libcxxrt/
H A Dstdexcept.cc74 bad_typeid::bad_typeid(const bad_typeid &__rhs) _LIBCXXRT_NOEXCEPT {} in bad_typeid() argument
75 bad_typeid& bad_typeid::operator=(const bad_typeid &__rhs) _LIBCXXRT_NOEXCEPT in operator =() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__string/
H A Dconstexpr_c_functions.h57 __constexpr_memcmp(const _Tp * __lhs,const _Up * __rhs,__element_count __n) __constexpr_memcmp() argument
90 __constexpr_memcmp_equal(const _Tp * __lhs,const _Up * __rhs,__element_count __n) __constexpr_memcmp_equal() argument
[all...]
/freebsd-src/contrib/llvm-project/libcxx/include/__concepts/
H A Dassignable.h33 requires(_Lhs __lhs, _Rhs&& __rhs) { in requires()
/freebsd-src/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_token.h48 swap(stop_token & __lhs,stop_token & __rhs) swap() argument
H A Dstop_source.h82 swap(stop_source & __lhs,stop_source & __rhs) swap() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h108 swap(jthread & __lhs,jthread & __rhs) swap() argument
/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_sync.h85 __cxx_nonatomic_compare_equal(_Tp const & __lhs,_Tp const & __rhs) __cxx_nonatomic_compare_equal() argument
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dfuture.cpp188 shared_future<void>& shared_future<void>::operator=(const shared_future& __rhs) { in operator =()
H A Dstrstream.cpp80 void strstreambuf::swap(strstreambuf& __rhs) { in swap()