Lines Matching refs:body

33 void test_deduction_guides_common(Body body) {  in test_deduction_guides_common()  argument
37 continue_node c1(g, body); in test_deduction_guides_common()
40 continue_node c2(g, body, lightweight()); in test_deduction_guides_common()
43 continue_node c3(g, 5, body); in test_deduction_guides_common()
46 continue_node c4(g, 5, body, lightweight()); in test_deduction_guides_common()
49 continue_node c5(g, body, node_priority_t(5)); in test_deduction_guides_common()
52 continue_node c6(g, body, lightweight(), node_priority_t(5)); in test_deduction_guides_common()
55 continue_node c7(g, 5, body, node_priority_t(5)); in test_deduction_guides_common()
58 continue_node c8(g, 5, body, lightweight(), node_priority_t(5)); in test_deduction_guides_common()
64 continue_node c9(follows(b), body); in test_deduction_guides_common()
67 continue_node c10(follows(b), body, lightweight()); in test_deduction_guides_common()
70 continue_node c11(follows(b), 5, body); in test_deduction_guides_common()
73 continue_node c12(follows(b), 5, body, lightweight()); in test_deduction_guides_common()
76 continue_node c13(follows(b), body, node_priority_t(5)); in test_deduction_guides_common()
79 continue_node c14(follows(b), body, lightweight(), node_priority_t(5)); in test_deduction_guides_common()
82 continue_node c15(follows(b), 5, body, node_priority_t(5)); in test_deduction_guides_common()
85 continue_node c16(follows(b), 5, body, lightweight(), node_priority_t(5)); in test_deduction_guides_common()
260 conformance::wait_flag_body body; variable
263 oneapi::tbb::flow::continue_node<oneapi::tbb::flow::continue_msg> node1(g, body);