Home
last modified time | relevance | path

Searched defs:REndFunctionByValue (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.access/
H A Drend.pass.cpp232 struct REndFunctionByValue { struct
233 friend constexpr int* rbegin(REndFunctionByValue) { return nullptr; } in rbegin() argument
234 friend constexpr int* rend(REndFunctionByValue) { return &globalBuff[1]; } in rend() argument