Home
last modified time | relevance | path

Searched refs:_Begin (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_base.h94 struct _Begin in _GLIBCXX_VISIBILITY() struct
198 noexcept(noexcept(_Begin{}(__cust_access::__as_const<_Tp>(__e)))) in _GLIBCXX_VISIBILITY()
199 requires requires { _Begin{}(__cust_access::__as_const<_Tp>(__e)); } in _GLIBCXX_VISIBILITY()
201 return _Begin{}(__cust_access::__as_const<_Tp>(__e)); in _GLIBCXX_VISIBILITY()
237 { _Begin{}(__t) } -> bidirectional_iterator; in _GLIBCXX_VISIBILITY()
238 { _End{}(__t) } -> same_as<decltype(_Begin{}(__t))>; in _GLIBCXX_VISIBILITY()
312 if constexpr (noexcept(_Begin{}(std::declval<_Tp&>()))) in _GLIBCXX_VISIBILITY()
314 using _It = decltype(_Begin{}(std::declval<_Tp&>())); in _GLIBCXX_VISIBILITY()
335 return std::make_reverse_iterator(_Begin{}(__t)); in _GLIBCXX_VISIBILITY()
388 { _Begin{}(__t) } -> forward_iterator; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Drange_access.h390 struct _Begin in _GLIBCXX_VISIBILITY() struct
430 -> sentinel_for<decltype(_Begin{}(std::forward<_Tp>(__t)))>; in _GLIBCXX_VISIBILITY()
441 -> sentinel_for<decltype(_Begin{}(std::forward<_Tp>(__t)))>; in _GLIBCXX_VISIBILITY()
493 noexcept(noexcept(_Begin{}(__cust_access::__as_const((_Tp&&)__e)))) in _GLIBCXX_VISIBILITY()
494 requires requires { _Begin{}(__cust_access::__as_const((_Tp&&)__e)); } in _GLIBCXX_VISIBILITY()
496 return _Begin{}(__cust_access::__as_const(std::forward<_Tp>(__e))); in _GLIBCXX_VISIBILITY()
531 { _Begin{}(__t) } -> bidirectional_iterator; in _GLIBCXX_VISIBILITY()
532 { _End{}(__t) } -> same_as<decltype(_Begin{}(__t))>; in _GLIBCXX_VISIBILITY()
606 if constexpr (noexcept(_Begin{}(std::declval<_Tp&>()))) in _GLIBCXX_VISIBILITY()
608 using _It = decltype(_Begin{}(std::declval<_Tp&>())); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dbuffer184 typename _Begin
189 __is_value_constructible<_Tp>, is_same<_Begin, _End>,
190 is_convertible<typename iterator_traits<_Begin>::value_type, _Buffer>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dbuffer184 typename _Begin
189 __is_value_constructible<_Tp>, is_same<_Begin, _End>,
190 is_convertible<typename iterator_traits<_Begin>::value_type, _Buffer>
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20215041 * include/bits/ranges_base.h (_Begin, _End, _RBegin, _REnd):