| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | ranges_base.h | 145 struct _End in _GLIBCXX_VISIBILITY() struct 211 noexcept(noexcept(_End{}(__cust_access::__as_const<_Tp>(__e)))) in _GLIBCXX_VISIBILITY() 212 requires requires { _End{}(__cust_access::__as_const<_Tp>(__e)); } in _GLIBCXX_VISIBILITY() 214 return _End{}(__cust_access::__as_const<_Tp>(__e)); in _GLIBCXX_VISIBILITY() 238 { _End{}(__t) } -> same_as<decltype(_Begin{}(__t))>; in _GLIBCXX_VISIBILITY() 254 if constexpr (noexcept(_End{}(std::declval<_Tp&>()))) in _GLIBCXX_VISIBILITY() 256 using _It = decltype(_End{}(std::declval<_Tp&>())); in _GLIBCXX_VISIBILITY() 277 return std::make_reverse_iterator(_End{}(__t)); in _GLIBCXX_VISIBILITY() 390 { _End{}(__t) } -> sized_sentinel_for<decltype(_Begin{}(__t))>; in _GLIBCXX_VISIBILITY() 392 __detail::__to_unsigned_like(_End{}(__t) - _Begin{}(__t)); in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | range_access.h | 444 struct _End in _GLIBCXX_VISIBILITY() struct 505 noexcept(noexcept(_End{}(__cust_access::__as_const((_Tp&&)__e)))) in _GLIBCXX_VISIBILITY() 506 requires requires { _End{}(__cust_access::__as_const((_Tp&&)__e)); } in _GLIBCXX_VISIBILITY() 508 return _End{}(__cust_access::__as_const(std::forward<_Tp>(__e))); in _GLIBCXX_VISIBILITY() 532 { _End{}(__t) } -> same_as<decltype(_Begin{}(__t))>; in _GLIBCXX_VISIBILITY() 548 if constexpr (noexcept(_End{}(std::declval<_Tp&>()))) in _GLIBCXX_VISIBILITY() 550 using _It = decltype(_End{}(std::declval<_Tp&>())); in _GLIBCXX_VISIBILITY() 571 return std::make_reverse_iterator(_End{}(__t)); in _GLIBCXX_VISIBILITY() 682 { _End{}(std::forward<_Tp>(__t)) } in _GLIBCXX_VISIBILITY() 700 return noexcept(_End{}(std::declval<_Tp>()) in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | span | 166 template<contiguous_iterator _It, sized_sentinel_for<_It> _End> 168 && (!is_convertible_v<_End, size_type>) 170 span(_It __first, _End __last) 408 template<contiguous_iterator _Iter, typename _End> 409 span(_Iter, _End)
|
| H A D | string_view | 144 template<contiguous_iterator _It, sized_sentinel_for<_It> _End> 146 && (!convertible_to<_End, size_type>) 148 basic_string_view(_It __first, _End __last) 522 template<contiguous_iterator _It, sized_sentinel_for<_It> _End> 523 basic_string_view(_It, _End) -> basic_string_view<iter_value_t<_It>>;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | span | 171 template<contiguous_iterator _It, sized_sentinel_for<_It> _End> 173 && (!is_convertible_v<_End, size_type>) 175 span(_It __first, _End __last) 413 template<contiguous_iterator _Iter, typename _End> 414 span(_Iter, _End)
|
| H A D | string_view | 138 template<contiguous_iterator _It, sized_sentinel_for<_It> _End> 140 && (!convertible_to<_End, size_type>) 142 basic_string_view(_It __first, _End __last) 476 template<contiguous_iterator _It, sized_sentinel_for<_It> _End> 477 basic_string_view(_It, _End) -> basic_string_view<iter_value_t<_It>>;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
| H A D | buffer | 186 typename _End 189 __is_value_constructible<_Tp>, is_same<_Begin, _End>,
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
| H A D | buffer | 186 typename _End 189 __is_value_constructible<_Tp>, is_same<_Begin, _End>,
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 8541 INTERCEPTOR(char *, SHA##LEN##_End, void *context, char *buf) { \ 8543 COMMON_INTERCEPTOR_ENTER(ctx, SHA##LEN##_End, context, buf); \ 8546 char *ret = REAL(SHA##LEN##_End)(context, buf); \ 8593 COMMON_INTERCEPT_FUNCTION(SHA##LEN##_End); \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 9054 INTERCEPTOR(char *, SHA##LEN##_End, void *context, char *buf) { \ 9056 COMMON_INTERCEPTOR_ENTER(ctx, SHA##LEN##_End, context, buf); \ 9059 char *ret = REAL(SHA##LEN##_End)(context, buf); \ 9106 COMMON_INTERCEPT_FUNCTION(SHA##LEN##_End); \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 8846 INTERCEPTOR(char *, SHA##LEN##_End, void *context, char *buf) { \ 8848 COMMON_INTERCEPTOR_ENTER(ctx, SHA##LEN##_End, context, buf); \ 8851 char *ret = REAL(SHA##LEN##_End)(context, buf); \ 8898 COMMON_INTERCEPT_FUNCTION(SHA##LEN##_End); \
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2021 | 5041 * include/bits/ranges_base.h (_Begin, _End, _RBegin, _REnd):
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| H A D | mm-viet.comp.po | 17015 msgid "_End Game" 28276 msgid "_End time:"
|