Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Dbegin.pass.cpp220 struct BeginFunctionEnabledBorrowing { struct
221 friend constexpr int *begin(BeginFunctionEnabledBorrowing) { return &globalBuff[2]; } in begin() argument
224 inline constexpr bool std::ranges::enable_borrowed_range<BeginFunctionEnabledBorrowing> = true;
260 BeginFunctionEnabledBorrowing c{}; in testBeginFunction()
261 const BeginFunctionEnabledBorrowing cc{}; in testBeginFunction()