Home
last modified time | relevance | path

Searched defs:expect_res (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/pstl/test/std/algorithms/alg.sorting/alg.set.operations/
Dset.pass.cpp70 auto expect_res = std::set_union(first1, last1, first2, last2, expect.begin(), comp); in operator ()() local
100 auto expect_res = std::set_intersection(first1, last1, first2, last2, expect.begin(), comp); in operator ()() local
130 auto expect_res = std::set_difference(first1, last1, first2, last2, expect.begin(), comp); in operator ()() local
160 …auto expect_res = std::set_symmetric_difference(first1, last1, first2, last2, expect.begin(), comp… in operator ()() local
Dincludes.pass.cpp53 auto expect_res = std::includes(first1, last1, first2, last2, comp); in operator ()() local