Home
last modified time | relevance | path

Searched defs:sw1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take/range.take.sentinel/
H A Dbase.pass.cpp24 std::same_as<sentinel_wrapper<int*>> auto sw1 = tv.end().base(); in test() local
H A Dctor.pass.cpp55 sentinel_wrapper<int*> sw1 = MoveOnlyView(buffer).end(); in test() local