Searched refs:WrongReturnOperatorRoundBrackets (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_parallel_reduce.cpp | 365 …static_assert(!can_call_functional_preduce<CorrectRange, int, WrongReturnOperatorRoundBrackets<Cor… in test_preduce_func_constraints() 375 …ional_preduce<CorrectRange, int, CorrectFunc<CorrectRange>, WrongReturnOperatorRoundBrackets<int>>… in test_preduce_combine_constraints() 421 …_assert(!can_call_functional_pdet_reduce<CorrectRange, int, WrongReturnOperatorRoundBrackets<Corre… in test_pdet_reduce_func_constraints() 431 …l_pdet_reduce<CorrectRange, int, CorrectFunc<CorrectRange>, WrongReturnOperatorRoundBrackets<int>>… in test_pdet_reduce_combine_constraints()
|
| H A D | test_parallel_sort.cpp | 256 …ll_parallel_sort_with_iterator_and_compare<CorrectIterator, WrongReturnOperatorRoundBrackets<int>>… in test_psort_compare_constraints() 262 …rt(!can_call_parallel_sort_with_cbs_and_compare<CorrectCBS, WrongReturnOperatorRoundBrackets<int>>… in test_psort_compare_constraints()
|
| H A D | test_join_node_key_matching.cpp | 185 …ialize_join_node_with_incorrect_argument<Correct<int, int>, WrongReturnOperatorRoundBrackets<int, …
|
| H A D | test_parallel_scan.cpp | 472 …static_assert(!can_call_functional_pscan<CorrectRange, int, WrongReturnOperatorRoundBrackets<Corre… in test_pscan_func_constraints() 482 …al_pscan<CorrectRange, int, CorrectFunc<CorrectRange, int>, WrongReturnOperatorRoundBrackets<int>>… in test_pscan_combine_constraints()
|
| H A D | test_input_node.cpp | 359 …static_assert(!can_call_input_node_ctor<output_type, WrongReturnOperatorRoundBrackets<output_type>…
|
| H A D | test_continue_node.cpp | 418 …static_assert(!can_call_continue_node_ctor<output_type, WrongReturnOperatorRoundBrackets<output_ty…
|
| H A D | test_sequencer_node.cpp | 501 static_assert(!can_call_sequencer_node_ctor<type, WrongReturnOperatorRoundBrackets<type>>);
|
| /oneTBB/test/common/ |
| H A D | concepts_common.h | 325 template <typename R> using WrongReturnOperatorRoundBrackets = ParallelReduceFunction<R, /*() = */S… variable 343 template <typename T> using WrongReturnOperatorRoundBrackets = ParallelReduceCombine<T, /*() = */St… variable 397 template <typename R, typename T> using WrongReturnOperatorRoundBrackets = ParallelScanFunction<R, … variable 416 template <typename T> using WrongReturnOperatorRoundBrackets = Compare<T, /*() = */State::incorrect… variable 567 template <typename O> using WrongReturnOperatorRoundBrackets = InputNodeBody<O, /*CopyCtor = */true… variable 652 template <typename O> using WrongReturnOperatorRoundBrackets = ContinueNodeBody<O, /*CopyCtor = */t… variable 673 template <typename T> using WrongReturnOperatorRoundBrackets = Sequencer<T, /*CopyCtor = */true, /*… variable 694 template <typename I, typename K> using WrongReturnOperatorRoundBrackets = JoinNodeFunctionObject<I… variable
|