Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Drbegin.pass.cpp217 struct RBeginFunctionByValue { struct
218 friend constexpr int *rbegin(RBeginFunctionByValue) { return globalBuff + 1; } in rbegin() argument
220 static_assert(!std::is_invocable_v<RangeCRBeginT, RBeginFunctionByValue>);
255 RBeginFunctionByValue b{}; in testRBeginFunction()
256 const RBeginFunctionByValue bb{}; in testRBeginFunction()