Searched refs:c10 (Results 1 – 2 of 2) sorted by relevance
67 continue_node c10(follows(b), body, lightweight()); in test_deduction_guides_common() local68 static_assert(std::is_same_v<decltype(c10), continue_node<ExpectedType, lightweight>>); in test_deduction_guides_common()
350 tbb::concurrent_vector< Type, std::allocator<Type> > c10(c1.begin(), c1.end(), allocator); in TypeTester() local351 Examine<default_construction_present>( c10, vec ); in TypeTester()