Home
last modified time | relevance | path

Searched refs:_RBegin (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_base.h241 struct _RBegin in _GLIBCXX_VISIBILITY() struct
285 -> sentinel_for<decltype(_RBegin{}(std::forward<_Tp>(__t)))>; in _GLIBCXX_VISIBILITY()
296 -> sentinel_for<decltype(_RBegin{}(std::forward<_Tp>(__t)))>; in _GLIBCXX_VISIBILITY()
345 noexcept(noexcept(_RBegin{}(__cust_access::__as_const<_Tp>(__e)))) in _GLIBCXX_VISIBILITY()
346 requires requires { _RBegin{}(__cust_access::__as_const<_Tp>(__e)); } in _GLIBCXX_VISIBILITY()
348 return _RBegin{}(__cust_access::__as_const<_Tp>(__e)); in _GLIBCXX_VISIBILITY()
570 inline constexpr __cust_access::_RBegin rbegin{}; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_access.h535 struct _RBegin in _GLIBCXX_VISIBILITY() struct
579 -> sentinel_for<decltype(_RBegin{}(__t))>; in _GLIBCXX_VISIBILITY()
590 -> sentinel_for<decltype(_RBegin{}(std::forward<_Tp>(__t)))>; in _GLIBCXX_VISIBILITY()
638 noexcept(noexcept(_RBegin{}(__cust_access::__as_const((_Tp&&)__e)))) in _GLIBCXX_VISIBILITY()
639 requires requires { _RBegin{}(__cust_access::__as_const((_Tp&&)__e)); } in _GLIBCXX_VISIBILITY()
641 return _RBegin{}(__cust_access::__as_const(std::forward<_Tp>(__e))); in _GLIBCXX_VISIBILITY()
859 inline constexpr __cust_access::_RBegin rbegin{}; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20215041 * include/bits/ranges_base.h (_Begin, _End, _RBegin, _REnd):