Searched refs:CorrectFunc (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_parallel_reduce.cpp | 317 using CorrectFunc = test_concepts::parallel_reduce_function::Correct<Range>; typedef 335 … static_assert(can_call_functional_preduce<Correct, int, CorrectFunc<Correct>, CorrectReduction>); in test_preduce_range_constraints() 336 …static_assert(!can_call_functional_preduce<NonCopyable, int, CorrectFunc<NonCopyable>, CorrectRedu… in test_preduce_range_constraints() 338 …static_assert(!can_call_functional_preduce<NonSplittable, int, CorrectFunc<NonSplittable>, Correct… in test_preduce_range_constraints() 339 … static_assert(!can_call_functional_preduce<NoEmpty, int, CorrectFunc<NoEmpty>, CorrectReduction>); in test_preduce_range_constraints() 340 …static_assert(!can_call_functional_preduce<EmptyNonConst, int, CorrectFunc<EmptyNonConst>, Correct… in test_preduce_range_constraints() 342 …static_assert(!can_call_functional_preduce<NoIsDivisible, int, CorrectFunc<NoIsDivisible>, Correct… in test_preduce_range_constraints() 370 …static_assert(can_call_functional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, Correct<in… in test_preduce_combine_constraints() 391 …static_assert(can_call_functional_pdet_reduce<Correct, int, CorrectFunc<Correct>, CorrectReduction… 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() [all …]
|
| H A D | test_parallel_for.cpp | 334 using CorrectFunc = test_concepts::parallel_for_function::Correct<Index>; typedef 375 static_assert(can_call_index_pfor<Correct, CorrectFunc<Correct>>); in test_pfor_index_constraints() 376 static_assert(!can_call_index_pfor<NoIntCtor, CorrectFunc<NoIntCtor>>); in test_pfor_index_constraints() 377 static_assert(!can_call_index_pfor<NonCopyable, CorrectFunc<NonCopyable>>); in test_pfor_index_constraints() 378 static_assert(!can_call_index_pfor<NonCopyAssignable, CorrectFunc<NonCopyAssignable>>); in test_pfor_index_constraints() 379 static_assert(!can_call_index_pfor<NonDestructible, CorrectFunc<NonDestructible>>); in test_pfor_index_constraints() 380 static_assert(!can_call_index_pfor<NoOperatorLess, CorrectFunc<NoOperatorLess>>); in test_pfor_index_constraints() 381 static_assert(!can_call_index_pfor<OperatorLessNonConst, CorrectFunc<OperatorLessNonConst>>); in test_pfor_index_constraints() 384 static_assert(!can_call_index_pfor<NoOperatorMinus, CorrectFunc<NoOperatorMinus>>); in test_pfor_index_constraints() 388 static_assert(!can_call_index_pfor<NoOperatorPlus, CorrectFunc<NoOperatorPlus>>); in test_pfor_index_constraints() [all …]
|
| H A D | test_parallel_scan.cpp | 419 using CorrectFunc = test_concepts::parallel_scan_function::Correct<Range, T>; typedef 437 …static_assert(can_call_functional_pscan<Correct, int, CorrectFunc<Correct, int>, CorrectCombine<in… in test_pscan_range_constraints() 438 …static_assert(!can_call_functional_pscan<NonCopyable, int, CorrectFunc<NonCopyable, int>, CorrectC… in test_pscan_range_constraints() 439 …static_assert(!can_call_functional_pscan<NonDestructible, int, CorrectFunc<NonDestructible, int>, … in test_pscan_range_constraints() 440 …static_assert(!can_call_functional_pscan<NonSplittable, int, CorrectFunc<NonSplittable, int>, Corr… in test_pscan_range_constraints() 441 …static_assert(!can_call_functional_pscan<NoEmpty, int, CorrectFunc<NoEmpty, int>, CorrectCombine<i… in test_pscan_range_constraints() 442 …static_assert(!can_call_functional_pscan<EmptyNonConst, int, CorrectFunc<EmptyNonConst, int>, Corr… in test_pscan_range_constraints() 443 …static_assert(!can_call_functional_pscan<WrongReturnEmpty, int, CorrectFunc<WrongReturnEmpty, int>… in test_pscan_range_constraints() 444 …static_assert(!can_call_functional_pscan<NoIsDivisible, int, CorrectFunc<NoIsDivisible, int>, Corr… in test_pscan_range_constraints() 477 …static_assert(can_call_functional_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, Correct… in test_pscan_combine_constraints() [all …]
|