Home
last modified time | relevance | path

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

/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
Dremove_copy.pass.cpp68 auto expected_result = remove_copy(in.cfbegin(), in.cfend(), expected.begin(), value); in test()
/external/llvm-project/pstl/test/std/numerics/numeric.ops/
Dreduce.pass.cpp46 …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/
Dcopy_if.pass.cpp99 auto expected_result = copy_if(in.cfbegin(), in.cfend(), expected.begin(), pred); in test()
/external/llvm-project/pstl/test/support/
Dutils.h390 cfend() const in cfend() function