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

Lines Matching refs:allocator_constructed

57         assert(!alloc_first::allocator_constructed);
59 assert(alloc_first::allocator_constructed);
63 assert(!alloc_last::allocator_constructed);
65 assert(alloc_last::allocator_constructed);
69 alloc_first::allocator_constructed = false;
72 assert(alloc_first::allocator_constructed);
76 alloc_first::allocator_constructed = false;
77 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;
92 assert(!alloc_first::allocator_constructed);
94 assert(!alloc_last::allocator_constructed);