Lines Matching defs:rend
44 constexpr const int* rend() const { return &x; } in rend() function
129 constexpr int* rend() { return &x; } in rend() function
138 constexpr int* rend() const { return &globalBuff[0]; } in rend() function
147 constexpr const int* rend() const { return &x; } in rend() function
161 constexpr const Empty* rend() const { return &x; } in rend() function
191 friend constexpr const int* rend(REndFunction const& bf) { return &bf.x; } in rend() function
234 friend constexpr int* rend(REndFunctionByValue) { return &globalBuff[1]; } in rend() function
240 friend constexpr int* rend(REndFunctionEnabledBorrowing) { return &globalBuff[2]; } in rend() function
248 friend constexpr const Empty* rend(REndFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in rend() function
253 int rend; member
255 friend constexpr const int* rend(REndFunctionWithDataMember const& bf) { return &bf.x; } in rend() function
261 friend constexpr const int* rend(REndFunctionWithPrivateEndMember const& bf) { return &bf.y; } in rend() function
267 friend constexpr const int* rend(RBeginMemberEndFunction const& bf) { return &bf.x; } in rend() function