Searched defs:actual_return (Results 1 – 6 of 6) sorted by relevance
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | swap_ranges.pass.cpp | 86 Iterator2 actual_return = swap_ranges(exec, data_b, data_e, actual_b); in operator ()() local
|
H A D | rotate_copy.pass.cpp | 98 Iterator2 actual_return = rotate_copy(exec, data_b, data_m, data_e, actual_b); in operator ()() local
|
H A D | rotate.pass.cpp | 103 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 D | reverse_copy.pass.cpp | 86 Iterator1 actual_return = reverse_copy(exec, data_b, data_e, actual_b); in operator ()() local
|
/llvm-project/libc/test/UnitTest/ |
H A D | ErrnoSetterMatcher.h | 64 T actual_return; global() variable
|
/llvm-project/pstl/test/std/numerics/numeric.ops/ |
H A D | adjacent_difference.pass.cpp | 123 Iterator2 actual_return = adjacent_difference(exec, data_b, data_e, actual_b); in operator ()() local
|