Searched refs:nt2 (Results 1 – 5 of 5) sorted by relevance
99 typename Container::node_type nt1, nt2 = c.extract(c.emplace().first); in test_node_handle_operations() local100 assert(nt2.get_allocator() == c.get_allocator()); in test_node_handle_operations()101 assert(!nt2.empty()); in test_node_handle_operations()103 std::swap(nt1, nt2); in test_node_handle_operations()105 assert(nt2.empty()); in test_node_handle_operations()113 typename Container::node_type nt1, nt2 = c.extract(c.emplace()); in test_node_handle_operations_multi() local114 assert(nt2.get_allocator() == c.get_allocator()); in test_node_handle_operations_multi()115 assert(!nt2.empty()); in test_node_handle_operations_multi()117 std::swap(nt1, nt2); in test_node_handle_operations_multi()119 assert(nt2.empty()); in test_node_handle_operations_multi()
10 thread_local NonTrivial nt2; variable
11 [[clang::no_destroy]] thread_local NonTrivial nt2; variable
533 NonTrivial nt2(nt1); in f() local534 nt1 = nt2; in f()
71 no_type nt2 = second_arg_pair(); in test_pair_deduction() local