Searched refs:ets6 (Results 1 – 1 of 1) sorted by relevance
1015 oneapi::tbb::enumerable_thread_specific<HasSpecialAndMoveCtor> ets6( std::move(ets4) ); in TestInstantiation() local1016 ets6.combine_each(EmptyCombineEach<HasSpecialAndMoveCtor>()); in TestInstantiation()1017 ets6 = std::move(ets5); in TestInstantiation()