Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/ranges/range.access/
H A Drbegin.pass.cpp222 struct RBeginFunctionEnabledBorrowing { struct
223 friend constexpr int *rbegin(RBeginFunctionEnabledBorrowing) { return globalBuff + 2; } in rbegin() argument
226 inline constexpr bool std::ranges::enable_borrowed_range<RBeginFunctionEnabledBorrowing> = true;
262 RBeginFunctionEnabledBorrowing c{}; in testRBeginFunction()
263 const RBeginFunctionEnabledBorrowing cc{}; in testRBeginFunction()