Home
last modified time | relevance | path

Searched refs:f6 (Results 1 – 2 of 2) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_function_node.cpp58 function_node f6(follows(f5), unlimited, body, rejecting()); in test_deduction_guides_common() local
59 static_assert(std::is_same_v<decltype(f6), function_node<int, int, rejecting>>); in test_deduction_guides_common()
61 function_node f7(follows(f6), unlimited, body, node_priority_t(5)); in test_deduction_guides_common()
/oneTBB/test/tbb/
H A Dtest_split_node.cpp312 function_node<double, double> f6(g, unlimited, [&](double val) { ++body_calls; return val; } ); in test_follows_and_precedes_api() local
317 make_edge(output_port<2>(following_node), f6); in test_follows_and_precedes_api()
319 split_node<msg_t> preceding_node(precedes(f4, f5, f6)); in test_follows_and_precedes_api()