Home
last modified time | relevance | path

Searched refs:NoJoin (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_parallel_reduce.cpp354 static_assert(!can_call_imperative_preduce<CorrectRange, NoJoin<CorrectRange>>); in test_preduce_body_constraints()
410 static_assert(!can_call_imperative_pdet_reduce<CorrectRange, NoJoin<CorrectRange>>); in test_pdet_reduce_body_constraints()
/oneTBB/test/common/
H A Dconcepts_common.h306 template <typename R> using NoJoin = ParallelReduceBody<R, /*SplitCtor = */true, /*Dtor = */true, /… variable