Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp1015 oneapi::tbb::enumerable_thread_specific<HasSpecialAndMoveCtor> ets6( std::move(ets4) ); in TestInstantiation() local
1016 ets6.combine_each(EmptyCombineEach<HasSpecialAndMoveCtor>()); in TestInstantiation()
1017 ets6 = std::move(ets5); in TestInstantiation()