Searched refs:c6 (Results 1 – 4 of 4) sorted by relevance
| /oneTBB/test/common/ |
| H A D | concurrent_unordered_common.h | 272 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 D | concurrent_ordered_common.h | 261 Table c6(compare, allocator); 262 c6.insert(lst.begin(), lst.end()); 263 Examine<DefCtorPresent>(c6, lst);
|
| /oneTBB/test/conformance/ |
| H A D | conformance_continue_node.cpp | 52 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 D | test_concurrent_hash_map.cpp | 291 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()
|