Searched refs:not_gate (Results 1 – 3 of 3) sorted by relevance
388 class not_gate : public gate<1> { class410 not_gate(oneapi::tbb::flow::graph& g) : gate<1>(g, not_body()) {} in not_gate() function in not_gate411 not_gate(const not_gate& src) : gate<1>(src.my_graph, not_body()) {} in not_gate() function in not_gate412 ~not_gate() {} in ~not_gate()
26 not_gate a_not;
92 not_gate n(g); in main()