Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Drend.pass.cpp233 struct REndFunctionByValue { struct
234 friend constexpr int* rbegin(REndFunctionByValue) { return nullptr; } in rbegin() argument
235 friend constexpr int* rend(REndFunctionByValue) { return &globalBuff[1]; } in rend() argument
237 static_assert(!std::is_invocable_v<RangeCREndT, REndFunctionByValue>);
279 REndFunctionByValue b; in testREndFunction()