Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Dbegin.pass.cpp226 struct BeginFunctionReturnsEmptyPtr { struct
229 friend constexpr const Empty *begin(BeginFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in begin() argument
267 BeginFunctionReturnsEmptyPtr d{}; in testBeginFunction()
268 const BeginFunctionReturnsEmptyPtr dd{}; in testBeginFunction()