Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Drbegin.pass.cpp228 struct RBeginFunctionReturnsEmptyPtr { struct
231 friend constexpr const Empty *rbegin(RBeginFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in rbegin() argument
269 RBeginFunctionReturnsEmptyPtr d{}; in testRBeginFunction()
270 const RBeginFunctionReturnsEmptyPtr dd{}; in testRBeginFunction()