Searched refs:NonSplittable (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_parallel_reduce.cpp | 327 static_assert(!can_call_imperative_preduce<NonSplittable, CorrectBody<NonSplittable>>); in test_preduce_range_constraints() 338 …static_assert(!can_call_functional_preduce<NonSplittable, int, CorrectFunc<NonSplittable>, Correct… in test_preduce_range_constraints() 350 static_assert(!can_call_imperative_preduce<CorrectRange, NonSplittable<CorrectRange>>); in test_preduce_body_constraints() 383 static_assert(!can_call_imperative_pdet_reduce<NonSplittable, CorrectBody<NonSplittable>>); in test_pdet_reduce_range_constraints() 394 …static_assert(!can_call_functional_pdet_reduce<NonSplittable, int, CorrectFunc<NonSplittable>, Cor… in test_pdet_reduce_range_constraints() 406 static_assert(!can_call_imperative_pdet_reduce<CorrectRange, NonSplittable<CorrectRange>>); in test_pdet_reduce_body_constraints()
|
| H A D | test_parallel_scan.cpp | 429 static_assert(!can_call_imperative_pscan<NonSplittable, CorrectBody<NonSplittable>>); in test_pscan_range_constraints() 440 …static_assert(!can_call_functional_pscan<NonSplittable, int, CorrectFunc<NonSplittable, int>, Corr… in test_pscan_range_constraints() 452 static_assert(!can_call_imperative_pscan<CorrectRange, NonSplittable<CorrectRange>>); in test_pscan_body_constraints()
|
| H A D | test_parallel_for.cpp | 341 static_assert(!can_call_range_pfor<NonSplittable, CorrectBody<NonSplittable>>); in test_pfor_range_constraints()
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 120 using NonSplittable = Range</*CopyCtor = */true, /*SplitCtor = */false, /*Dtor = */true, /*Empty = … variable 302 template <typename R> using NonSplittable = ParallelReduceBody<R, /*SplitCtor = */false, /*Dtor = *… variable 367 template <typename R> using NonSplittable = ParallelScanBody<R, /*SplitCtor = */false, /*ReverseJoi… variable
|