Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Drend.pass.cpp246 struct REndFunctionReturnsEmptyPtr { struct
248 friend constexpr const Empty* rbegin(REndFunctionReturnsEmptyPtr const&) { return nullptr; } in rbegin() argument
249 friend constexpr const Empty* rend(REndFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in rend()
287 const REndFunctionReturnsEmptyPtr d{}; in testREndFunction()
290 REndFunctionReturnsEmptyPtr dd{}; in testREndFunction()