Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/
H A Dranges_shuffle.pass.cpp155 void test_iterators_iter_sent() { in test_iterators_iter_sent() function
176 test_iterators_iter_sent<Iter, Iter>(); in test_iterators_iter()
177 test_iterators_iter_sent<Iter, sentinel_wrapper<Iter>>(); in test_iterators_iter()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/
H A Dranges_sample.pass.cpp214 void test_iterators_iter_sent() { in test_iterators_iter_sent() function
227 test_iterators_iter_sent<Iter, Iter>(); in test_iterators_iter()
229 test_iterators_iter_sent<Iter, sentinel_wrapper<Iter>>(); in test_iterators_iter()