Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_continue_node.cpp67 continue_node c10(follows(b), body, lightweight()); in test_deduction_guides_common() local
68 static_assert(std::is_same_v<decltype(c10), continue_node<ExpectedType, lightweight>>); in test_deduction_guides_common()
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp350 tbb::concurrent_vector< Type, std::allocator<Type> > c10(c1.begin(), c1.end(), allocator); in TypeTester() local
351 Examine<default_construction_present>( c10, vec ); in TypeTester()