Home
last modified time | relevance | path

Searched refs:nt2 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/containers/container.node/
H A Dnode_handle.pass.cpp99 typename Container::node_type nt1, nt2 = c.extract(c.emplace().first); in test_node_handle_operations() local
100 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() local
114 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()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dalways_destroy.cpp10 thread_local NonTrivial nt2; variable
H A Dno_destroy.cpp11 [[clang::no_destroy]] thread_local NonTrivial nt2; variable
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddtor.cpp533 NonTrivial nt2(nt1); in f() local
534 nt1 = nt2; in f()
/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp71 no_type nt2 = second_arg_pair(); in test_pair_deduction() local