Searched refs:testRemoveCopyIfImpl (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/ |
| H A D | ranges_remove_copy_if.pass.cpp | 103 constexpr void testRemoveCopyIfImpl(std::array<int, N1> in, std::array<int, N2> expected, Pred pred… in testRemoveCopyIfImpl() function 136 testRemoveCopyIfImpl<InIter, OutIter, SentWrapper>(in, expected, pred); in testImpl() 144 testRemoveCopyIfImpl<InIter, OutIter, SentWrapper>(in, expected, pred); in testImpl() 152 testRemoveCopyIfImpl<InIter, OutIter, SentWrapper>(in, expected, pred); in testImpl() 160 testRemoveCopyIfImpl<InIter, OutIter, SentWrapper>(in, expected, pred); in testImpl() 168 testRemoveCopyIfImpl<InIter, OutIter, SentWrapper>(in, expected, pred); in testImpl() 176 testRemoveCopyIfImpl<InIter, OutIter, SentWrapper>(in, expected, pred); in testImpl() 184 testRemoveCopyIfImpl<InIter, OutIter, SentWrapper>(in, expected, pred); in testImpl() 192 testRemoveCopyIfImpl<InIter, OutIter, SentWrapper>(in, expected, pred); in testImpl() 200 testRemoveCopyIfImpl<InIter, OutIter, SentWrapper>(in, expected, pred); in testImpl()
|