Home | History | Annotate | Download | only in tuple.cnstr

Lines Matching refs:allocator_constructed

31         assert(!alloc_first::allocator_constructed);
33 assert(alloc_first::allocator_constructed);
37 assert(!alloc_last::allocator_constructed);
39 assert(alloc_last::allocator_constructed);
43 alloc_first::allocator_constructed = false;
47 assert(alloc_first::allocator_constructed);
51 alloc_first::allocator_constructed = false;
52 alloc_last::allocator_constructed = false;
57 assert(alloc_first::allocator_constructed);
59 assert(alloc_last::allocator_constructed);
63 alloc_first::allocator_constructed = false;
64 alloc_last::allocator_constructed = false;
69 assert(!alloc_first::allocator_constructed);
71 assert(!alloc_last::allocator_constructed);