Searched refs:cfend (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
D | remove_copy.pass.cpp | 68 auto expected_result = remove_copy(in.cfbegin(), in.cfend(), expected.begin(), value); in test()
|
/external/llvm-project/pstl/test/std/numerics/numeric.ops/ |
D | reduce.pass.cpp | 46 …T result = transform_reduce_serial(in.cfbegin(), in.cfend(), init, binary_op, [](const T& t) { ret… in test_long_form()
|
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.copy/ |
D | copy_if.pass.cpp | 99 auto expected_result = copy_if(in.cfbegin(), in.cfend(), expected.begin(), pred); in test()
|
/external/llvm-project/pstl/test/support/ |
D | utils.h | 390 cfend() const in cfend() function
|