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

Lines Matching refs:allocator_constructed

55         assert(!alloc_first::allocator_constructed);
57 assert(alloc_first::allocator_constructed);
61 assert(!alloc_last::allocator_constructed);
63 assert(alloc_last::allocator_constructed);
67 alloc_first::allocator_constructed = false;
71 assert(alloc_first::allocator_constructed);
75 alloc_first::allocator_constructed = false;
76 alloc_last::allocator_constructed = false;
81 assert(alloc_first::allocator_constructed);
83 assert(alloc_last::allocator_constructed);
87 alloc_first::allocator_constructed = false;
88 alloc_last::allocator_constructed = false;
93 assert(!alloc_first::allocator_constructed);
95 assert(!alloc_last::allocator_constructed);