Home
last modified time | relevance | path

Searched refs:tag_func (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_join_node.h533 class tag_func {
594 tag_func<T0>(T0(2)),
595 tag_func<T1>(T1(3))
630 tag_func<T0>(T0(2)),
631 tag_func<T1>(T1(3)),
632 tag_func<T2>(T2(4))
675 tag_func<T3>(T3(5))
721 tag_func<T4>(T4(6))
770 tag_func<T5>(T5(7))
824 tag_func<T6>(T6(8))
[all …]
H A Dtest_flow_graph_whitebox.cpp344 class tag_func { class
347 tag_func(TT multiplier) : my_mult(multiplier) { } in tag_func() function in tag_func
380 tag_func<int>(1), in TestSimpleSuccessorArc()
381 tag_func<int>(1) in TestSimpleSuccessorArc()
H A Dtest_eh_flow_graph.cpp301 class tag_func { class
304 tag_func(TT multiplier) : my_mult(multiplier) { } in tag_func() function in tag_func
1435 …TestJoinType node_to_test(g, tag_func<ItemType0>(ItemType0(2)), tag_func<ItemType1>(ItemType1(3))); in execute_test()