Home
last modified time | relevance | path

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

/llvm-project-15.0.7/pstl/test/std/algorithms/alg.modifying.operations/
H A Dcopy_move.pass.cpp170 const size_t outN = n + GuardSize; in test() local
171 Sequence<T> out(outN, [=](size_t) { return trash; }); in test()
172 Sequence<T> expected(outN, [=](size_t) { return trash; }); in test()
174 expected.end(), outN, n, trash); in test()
176 expected.end(), outN, n, trash); in test()