Searched defs:run_remove_if (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
D | remove.pass.cpp | 60 struct run_remove_if struct 66 …::execution::unsequenced_policy, InputIterator first, InputIterator last, OutputIterator out_first, in operator ()() 73 … operator()(pstl::execution::parallel_unsequenced_policy, InputIterator first, InputIterator last, in operator ()() 82 operator()(Policy&& exec, InputIterator first, InputIterator last, OutputIterator out_first, in operator ()()
|