Searched defs:requires (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformatter_char.h64 requires(same_as<_CharT, wchar_t>) function in struct:__formatter_char
H A Dformatter_integral.h164 requires(_Base == 2) function in namespace:__formatter
173 requires(_Base == 8) function in namespace:__formatter
184 requires(_Base == 10) function in namespace:__formatter
193 requires(_Base == 16) function in namespace:__formatter
H A Drange_default_formatter.h143 requires(__fmt_pair_like<__element_type>) function in struct:__range_default_formatter
H A Dbuffer.h354 requires(same_as<_Storage, __internal_storage<_CharT>>) function in class:__format::__format_buffer
357 _LIBCPP_HIDE_FROM_ABI explicit __format_buffer(_OutIt __out_it) requires( function in class:__format::__format_buffer
/openbsd-current/gnu/llvm/libcxx/include/__ranges/
H A Dall.h50 requires (_Tp&& __t) { ranges::ref_view{std::forward<_Tp>(__t)}; } function in struct:ranges::views::__all::__fn
H A Dview_interface.h71 requires requires (_D2& __t) { ranges::empty(__t); } function in class:ranges::view_interface
79 requires requires (const _D2& __t) { ranges::empty(__t); } function in class:ranges::view_interface
[all...]
H A Dsize.h127 requires requires (_Tp&& __t) { ranges::size(__t); } function in struct:ranges::__ssize::__fn
H A Dsubrange.h104 requires (_Kind == subrange_kind::sized) function in class:ranges::subrange
137 requires (_Kin function in class:ranges::subrange
168 requires (_Kind == subrange_kind::sized) function in class:ranges::subrange
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/
H A DConditional.pm517 sub requires { subroutine
/openbsd-current/gnu/llvm/libcxx/include/__iterator/
H A Diter_move.h97 requires requires(_T function
[all...]
H A Dcommon_iterator.h120 (requires(const _I2& __i) { __i.operator->(); } || function in class:common_iterator
146 } else if constexpr (requires (_Iter& __i) { { *__i++ } -> __can_reference; } || function
[all...]
H A Dreverse_iterator.h150 requires is_pointer_v<_Iter> || requires(const _Iter __i) { __i.operator->(); } function in class:reverse_iterator
[all...]
H A Diterator_traits.h274 requires requires(_Ip& __i) { __i.operator->(); } && (!__has_member_pointer<_Ip>) function
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dmetafile_file.t137 requires: label
184 requires: label
239 requires: label
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h785 requires(is_copy_assignable_v<_Err> && is_copy_constructible_v<_Err>) function in class:expected
808 requires(is_move_assignable_v<_Err> && function in class:expected
861 requires(is_swappable_v<_Err> && is_move_constructible_v<_Err>) function in class:expected
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__utility/
H A Dpair.h340 requires(is_copy_assignable_v<const first_type> && function in struct:pair
351 requires(is_assignable_v<const first_type&, first_type> && function in struct:pair
361 requires(is_assignable_v<const first_type&, const _U1&> && function in struct:pair
371 requires(is_assignable_v<const first_type&, _U1> && function in struct:pair

Completed in 222 milliseconds