Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Drend.pass.cpp252 struct REndFunctionWithDataMember { struct
255 friend constexpr const int* rbegin(REndFunctionWithDataMember const&) { return nullptr; } in rbegin() argument
256 friend constexpr const int* rend(REndFunctionWithDataMember const& bf) { return &bf.x; } in rend()
294 const REndFunctionWithDataMember e{}; in testREndFunction()
297 REndFunctionWithDataMember ee{}; in testREndFunction()