Searched refs:OperatorRoundBracketsNonConst (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_parallel_reduce.cpp | 362 …static_assert(!can_call_functional_preduce<CorrectRange, int, OperatorRoundBracketsNonConst<Correc… in test_preduce_func_constraints() 372 …ctional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, OperatorRoundBracketsNonConst<int>>); in test_preduce_combine_constraints() 418 …static_assert(!can_call_functional_pdet_reduce<CorrectRange, int, OperatorRoundBracketsNonConst<Co… in test_pdet_reduce_func_constraints() 428 …nal_pdet_reduce<CorrectRange, int, CorrectFunc<CorrectRange>, OperatorRoundBracketsNonConst<int>>); in test_pdet_reduce_combine_constraints()
|
| H A D | test_parallel_for.cpp | 359 static_assert(!can_call_range_pfor<CorrectRange, OperatorRoundBracketsNonConst<CorrectRange>>); in test_pfor_body_constraints() 369 static_assert(!can_call_index_pfor<CorrectIndex, OperatorRoundBracketsNonConst<CorrectIndex>>); in test_pfor_func_constraints()
|
| H A D | test_parallel_scan.cpp | 469 …static_assert(!can_call_functional_pscan<CorrectRange, int, OperatorRoundBracketsNonConst<CorrectR… in test_pscan_func_constraints() 479 …onal_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, OperatorRoundBracketsNonConst<int>>); in test_pscan_combine_constraints()
|
| H A D | test_parallel_for_each.cpp | 259 static_assert(!can_call_parallel_for_each<OperatorRoundBracketsNonConst<int>>); in test_pfor_each_body_constraints()
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 148 template <typename R> using OperatorRoundBracketsNonConst = ParallelForBody<R, /*CopyCtor = */true,… variable 162 template <typename I> using OperatorRoundBracketsNonConst = ParallelForFunc<I, /*() = */State::inco… variable 229 template <typename T> using OperatorRoundBracketsNonConst = ParallelForEachBody<T, /*() = */State::… variable 322 template <typename R> using OperatorRoundBracketsNonConst = ParallelReduceFunction<R, /*() = */Stat… variable 340 template <typename T> using OperatorRoundBracketsNonConst = ParallelReduceCombine<T, /*() = */State… variable 393 template <typename R, typename T> using OperatorRoundBracketsNonConst = ParallelScanFunction<R, T, … variable
|