Home
last modified time | relevance | path

Searched defs:actual_return (Results 1 – 6 of 6) sorted by relevance

/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
H A Dswap_ranges.pass.cpp86 Iterator2 actual_return = swap_ranges(exec, data_b, data_e, actual_b); in operator ()() local
H A Drotate_copy.pass.cpp98 Iterator2 actual_return = rotate_copy(exec, data_b, data_m, data_e, actual_b); in operator ()() local
H A Drotate.pass.cpp103 Iterator actual_return = rotate(exec, actual_b, actual_m, actual_e); in operator ()() local
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/
H A Dreverse_copy.pass.cpp86 Iterator1 actual_return = reverse_copy(exec, data_b, data_e, actual_b); in operator ()() local
/llvm-project/libc/test/UnitTest/
H A DErrnoSetterMatcher.h64 T actual_return; global() variable
/llvm-project/pstl/test/std/numerics/numeric.ops/
H A Dadjacent_difference.pass.cpp123 Iterator2 actual_return = adjacent_difference(exec, data_b, data_e, actual_b); in operator ()() local