Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_continue_node.cpp73 continue_node c12(follows(b), 5, body, lightweight()); in test_deduction_guides_common() local
74 static_assert(std::is_same_v<decltype(c12), continue_node<ExpectedType, lightweight>>); in test_deduction_guides_common()
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp318 ch_map_debug_hash c12(c1.begin(), c1.end(), compare); in TypeTester() local
319 Examine<default_construction_present>( c12, lst ); in TypeTester()