Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_parallel_reduce.cpp328 static_assert(!can_call_imperative_preduce<NoEmpty, CorrectBody<NoEmpty>>); in test_preduce_range_constraints()
339 … static_assert(!can_call_functional_preduce<NoEmpty, int, CorrectFunc<NoEmpty>, CorrectReduction>); in test_preduce_range_constraints()
384 static_assert(!can_call_imperative_pdet_reduce<NoEmpty, CorrectBody<NoEmpty>>); in test_pdet_reduce_range_constraints()
395 …static_assert(!can_call_functional_pdet_reduce<NoEmpty, int, CorrectFunc<NoEmpty>, CorrectReductio… in test_pdet_reduce_range_constraints()
H A Dtest_parallel_scan.cpp430 static_assert(!can_call_imperative_pscan<NoEmpty, CorrectBody<NoEmpty>>); in test_pscan_range_constraints()
441 …static_assert(!can_call_functional_pscan<NoEmpty, int, CorrectFunc<NoEmpty, int>, CorrectCombine<i… in test_pscan_range_constraints()
H A Dtest_parallel_for.cpp343 static_assert(!can_call_range_pfor<NoEmpty, CorrectBody<NoEmpty>>); in test_pfor_range_constraints()
/oneTBB/test/common/
H A Dconcepts_common.h122 using NoEmpty = Range</*CopyCtor = */true, /*SplitCtor = */true, /*Dtor = */true, /*Empty = */State… variable