Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.access/
H A Dbegin.pass.cpp238 struct BeginFunctionWithPrivateBeginMember { struct
240 friend constexpr const int *begin(BeginFunctionWithPrivateBeginMember const& bf) { return &bf.y; } in begin() argument
281 BeginFunctionWithPrivateBeginMember f{}; in testBeginFunction()
282 const BeginFunctionWithPrivateBeginMember ff{}; in testBeginFunction()