Searched refs:CorrectRange (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_parallel_reduce.cpp | 349 static_assert(can_call_imperative_preduce<CorrectRange, Correct<CorrectRange>>); in test_preduce_body_constraints() 350 static_assert(!can_call_imperative_preduce<CorrectRange, NonSplittable<CorrectRange>>); in test_preduce_body_constraints() 351 static_assert(!can_call_imperative_preduce<CorrectRange, NonDestructible<CorrectRange>>); in test_preduce_body_constraints() 352 … static_assert(!can_call_imperative_preduce<CorrectRange, NoOperatorRoundBrackets<CorrectRange>>); in test_preduce_body_constraints() 354 static_assert(!can_call_imperative_preduce<CorrectRange, NoJoin<CorrectRange>>); in test_preduce_body_constraints() 355 static_assert(!can_call_imperative_preduce<CorrectRange, WrongInputJoin<CorrectRange>>); in test_preduce_body_constraints() 405 static_assert(can_call_imperative_pdet_reduce<CorrectRange, Correct<CorrectRange>>); in test_pdet_reduce_body_constraints() 406 static_assert(!can_call_imperative_pdet_reduce<CorrectRange, NonSplittable<CorrectRange>>); in test_pdet_reduce_body_constraints() 407 static_assert(!can_call_imperative_pdet_reduce<CorrectRange, NonDestructible<CorrectRange>>); in test_pdet_reduce_body_constraints() 410 static_assert(!can_call_imperative_pdet_reduce<CorrectRange, NoJoin<CorrectRange>>); in test_pdet_reduce_body_constraints() [all …]
|
| H A D | test_parallel_scan.cpp | 451 static_assert(can_call_imperative_pscan<CorrectRange, Correct<CorrectRange>>); in test_pscan_body_constraints() 452 static_assert(!can_call_imperative_pscan<CorrectRange, NonSplittable<CorrectRange>>); in test_pscan_body_constraints() 453 …static_assert(!can_call_imperative_pscan<CorrectRange, NoPreScanOperatorRoundBrackets<CorrectRange… in test_pscan_body_constraints() 454 …static_assert(!can_call_imperative_pscan<CorrectRange, WrongFirstInputPreScanOperatorRoundBrackets… in test_pscan_body_constraints() 456 …static_assert(!can_call_imperative_pscan<CorrectRange, NoFinalScanOperatorRoundBrackets<CorrectRan… in test_pscan_body_constraints() 459 static_assert(!can_call_imperative_pscan<CorrectRange, NoReverseJoin<CorrectRange>>); in test_pscan_body_constraints() 460 static_assert(!can_call_imperative_pscan<CorrectRange, WrongInputReverseJoin<CorrectRange>>); in test_pscan_body_constraints() 461 static_assert(!can_call_imperative_pscan<CorrectRange, NoAssign<CorrectRange>>); in test_pscan_body_constraints() 462 static_assert(!can_call_imperative_pscan<CorrectRange, WrongInputAssign<CorrectRange>>); in test_pscan_body_constraints() 467 …static_assert(can_call_functional_pscan<CorrectRange, int, Correct<CorrectRange, int>, CorrectComb… in test_pscan_func_constraints() [all …]
|
| H A D | test_parallel_for.cpp | 353 using CorrectRange = test_concepts::range::Correct; in test_pfor_body_constraints() typedef 355 static_assert(can_call_range_pfor<CorrectRange, Correct<CorrectRange>>); in test_pfor_body_constraints() 356 static_assert(!can_call_range_pfor<CorrectRange, NonCopyable<CorrectRange>>); in test_pfor_body_constraints() 357 static_assert(!can_call_range_pfor<CorrectRange, NonDestructible<CorrectRange>>); in test_pfor_body_constraints() 358 static_assert(!can_call_range_pfor<CorrectRange, NoOperatorRoundBrackets<CorrectRange>>); in test_pfor_body_constraints() 359 static_assert(!can_call_range_pfor<CorrectRange, OperatorRoundBracketsNonConst<CorrectRange>>); in test_pfor_body_constraints() 360 … static_assert(!can_call_range_pfor<CorrectRange, WrongInputOperatorRoundBrackets<CorrectRange>>); in test_pfor_body_constraints()
|