Home
last modified time | relevance | path

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

/oneTBB/test/common/
H A Dconcurrent_unordered_common.h272 Table c6; in TypeTester() local
273 c6 = c1; in TypeTester()
274 Examine<DefCtorPresent>(c6, lst); in TypeTester()
277 c6 = self(c6); in TypeTester()
278 Examine<DefCtorPresent>(c6, lst); in TypeTester()
282 c7 = std::move(c6); in TypeTester()
H A Dconcurrent_ordered_common.h261 Table c6(compare, allocator);
262 c6.insert(lst.begin(), lst.end());
263 Examine<DefCtorPresent>(c6, lst);
/oneTBB/test/conformance/
H A Dconformance_continue_node.cpp52 continue_node c6(g, body, lightweight(), node_priority_t(5)); in test_deduction_guides_common() local
53 static_assert(std::is_same_v<decltype(c6), continue_node<ExpectedType, lightweight>>); in test_deduction_guides_common()
/oneTBB/test/tbb/
H A Dtest_concurrent_hash_map.cpp291 ch_map_debug_alloc c6; in TypeTester() local
292 c6.insert( lst.begin(), lst.end() ); in TypeTester()
293 Examine<default_construction_present>( c6, lst ); in TypeTester()
295 ch_map_debug_alloc c7(c6); in TypeTester()