| /oneTBB/test/common/ |
| H A D | concepts_common.h | 147 template <typename R> using NoOperatorRoundBrackets = ParallelForBody<R, /*CopyCtor = */true, /*Dto… variable 161 template <typename I> using NoOperatorRoundBrackets = ParallelForFunc<I, /*() = */State::not_define… variable 228 template <typename T> using NoOperatorRoundBrackets = ParallelForEachBody<T, /*() = */State::not_de… variable 321 template <typename R> using NoOperatorRoundBrackets = ParallelReduceFunction<R, /*() = */State::not… variable 339 template <typename T> using NoOperatorRoundBrackets = ParallelReduceCombine<T, /*() = */State::not_… variable 392 template <typename R, typename T> using NoOperatorRoundBrackets = ParallelScanFunction<R, T, /*() =… variable 413 template <typename T> using NoOperatorRoundBrackets = Compare<T, /*() = */State::not_defined>; variable 565 template <typename O> using NoOperatorRoundBrackets = InputNodeBody<O, /*CopyCtor = */true, /*Dtor … variable 586 template <typename I, typename O> using NoOperatorRoundBrackets = FunctionNodeBody<I, O, /*CopyCtor… variable 650 template <typename O> using NoOperatorRoundBrackets = ContinueNodeBody<O, /*CopyCtor = */true, /*Dt… variable [all …]
|
| /oneTBB/test/tbb/ |
| H A D | test_parallel_reduce.cpp | 352 … static_assert(!can_call_imperative_preduce<CorrectRange, NoOperatorRoundBrackets<CorrectRange>>); in test_preduce_body_constraints() 361 …static_assert(!can_call_functional_preduce<CorrectRange, int, NoOperatorRoundBrackets<CorrectRange… in test_preduce_func_constraints() 371 …ll_functional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, NoOperatorRoundBrackets<int>>); in test_preduce_combine_constraints() 408 …static_assert(!can_call_imperative_pdet_reduce<CorrectRange, NoOperatorRoundBrackets<CorrectRange>… in test_pdet_reduce_body_constraints() 417 …static_assert(!can_call_functional_pdet_reduce<CorrectRange, int, NoOperatorRoundBrackets<CorrectR… in test_pdet_reduce_func_constraints() 427 …unctional_pdet_reduce<CorrectRange, int, CorrectFunc<CorrectRange>, NoOperatorRoundBrackets<int>>); in test_pdet_reduce_combine_constraints()
|
| H A D | test_parallel_sort.cpp | 253 …(!can_call_parallel_sort_with_iterator_and_compare<CorrectIterator, NoOperatorRoundBrackets<int>>); in test_psort_compare_constraints() 259 …static_assert(!can_call_parallel_sort_with_cbs_and_compare<CorrectCBS, NoOperatorRoundBrackets<int… in test_psort_compare_constraints()
|
| H A D | test_parallel_for.cpp | 358 static_assert(!can_call_range_pfor<CorrectRange, NoOperatorRoundBrackets<CorrectRange>>); in test_pfor_body_constraints() 368 static_assert(!can_call_index_pfor<CorrectIndex, NoOperatorRoundBrackets<CorrectIndex>>); in test_pfor_func_constraints()
|
| H A D | test_join_node_key_matching.cpp | 183 …_initialize_join_node_with_incorrect_argument<Correct<int, int>, NoOperatorRoundBrackets<int, int>…
|
| H A D | test_parallel_scan.cpp | 468 …static_assert(!can_call_functional_pscan<CorrectRange, int, NoOperatorRoundBrackets<CorrectRange, … in test_pscan_func_constraints() 478 …functional_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, NoOperatorRoundBrackets<int>>); in test_pscan_combine_constraints()
|
| H A D | test_parallel_for_each.cpp | 257 static_assert(!can_call_parallel_for_each<NoOperatorRoundBrackets<int>>); in test_pfor_each_body_constraints()
|
| H A D | test_input_node.cpp | 357 static_assert(!can_call_input_node_ctor<output_type, NoOperatorRoundBrackets<output_type>>);
|
| H A D | test_continue_node.cpp | 416 static_assert(!can_call_continue_node_ctor<output_type, NoOperatorRoundBrackets<output_type>>);
|
| H A D | test_sequencer_node.cpp | 499 static_assert(!can_call_sequencer_node_ctor<type, NoOperatorRoundBrackets<type>>);
|
| H A D | test_function_node.cpp | 542 …static_assert(!can_call_function_node_ctor<input_type, output_type, NoOperatorRoundBrackets<input_…
|
| H A D | test_multifunction_node.cpp | 621 …ssert(!can_call_multifunction_node_ctor<input_type, output_type, NoOperatorRoundBrackets<input_typ…
|
| H A D | test_async_node.cpp | 875 …static_assert(!can_call_async_node_ctor<input_type, output_type, NoOperatorRoundBrackets<input_typ…
|