Home
last modified time | relevance | path

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

/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
Dcopy_n.pass.cpp28 test_copy_n() in test_copy_n() function
45 test_copy_n<input_iterator<const int*>, output_iterator<int*> >(); in test()
46 test_copy_n<input_iterator<const int*>, input_iterator<int*> >(); in test()
47 test_copy_n<input_iterator<const int*>, forward_iterator<int*> >(); in test()
48 test_copy_n<input_iterator<const int*>, bidirectional_iterator<int*> >(); in test()
49 test_copy_n<input_iterator<const int*>, random_access_iterator<int*> >(); in test()
50 test_copy_n<input_iterator<const int*>, int*>(); in test()
52 test_copy_n<forward_iterator<const int*>, output_iterator<int*> >(); in test()
53 test_copy_n<forward_iterator<const int*>, input_iterator<int*> >(); in test()
54 test_copy_n<forward_iterator<const int*>, forward_iterator<int*> >(); in test()
[all …]