Home
last modified time | relevance | path

Searched refs:c11 (Results 1 – 3 of 3) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_continue_node.cpp70 continue_node c11(follows(b), 5, body); in test_deduction_guides_common() local
71 static_assert(std::is_same_v<decltype(c11), continue_node<ExpectedType>>); in test_deduction_guides_common()
/oneTBB/test/tbb/
H A Dtest_concurrent_vector.cpp352 tbb::concurrent_vector<Type> c11(vec.begin(), vec.end()); in TypeTester() local
353 Examine<default_construction_present>( c11, vec ); in TypeTester()
H A Dtest_concurrent_hash_map.cpp310 ch_map_debug_alloc c11( lst.begin(), lst.end(), allocator ); in TypeTester() local
311 Examine<default_construction_present>( c11, lst ); in TypeTester()