Searched refs:REndFunctionWithDataMember (Results 1 – 1 of 1) sorted by relevance
252 struct REndFunctionWithDataMember { struct255 friend constexpr const int* rbegin(REndFunctionWithDataMember const&) { return nullptr; } in rbegin() argument256 friend constexpr const int* rend(REndFunctionWithDataMember const& bf) { return &bf.x; } in rend()294 const REndFunctionWithDataMember e{}; in testREndFunction()297 REndFunctionWithDataMember ee{}; in testREndFunction()