Home
last modified time | relevance | path

Searched refs:FunctionBeginMemberEnd (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Drbegin.pass.cpp340 struct FunctionBeginMemberEnd { struct
343 friend constexpr bidirectional_iterator<int*> begin(FunctionBeginMemberEnd& v) { in begin() argument
347 friend constexpr bidirectional_iterator<const char*> begin(const FunctionBeginMemberEnd& v) { in begin() argument
352 static_assert( std::is_invocable_v<RangeRBeginT, FunctionBeginMemberEnd&>); argument
353 static_assert( std::is_invocable_v<RangeRBeginT, FunctionBeginMemberEnd const&>);
354 static_assert( std::is_invocable_v<RangeCRBeginT, FunctionBeginMemberEnd const&>);
444 FunctionBeginMemberEnd d{}; in testBeginEnd()
445 const FunctionBeginMemberEnd dd{}; in testBeginEnd()
H A Drend.pass.cpp365 struct FunctionBeginMemberEnd { struct
368 friend constexpr bidirectional_iterator<int*> begin(FunctionBeginMemberEnd& v) { in begin() argument
372 friend constexpr bidirectional_iterator<const char*> begin(const FunctionBeginMemberEnd& v) { in begin() argument
377 static_assert( std::is_invocable_v<RangeREndT, FunctionBeginMemberEnd&>); argument
378 static_assert( std::is_invocable_v<RangeREndT, FunctionBeginMemberEnd const&>);
379 static_assert( std::is_invocable_v<RangeCREndT, FunctionBeginMemberEnd const&>);
469 FunctionBeginMemberEnd d{}; in testBeginEnd()
470 const FunctionBeginMemberEnd dd{}; in testBeginEnd()