Home
last modified time | relevance | path

Searched refs:allocator_constructed (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dalloc_const_Types.pass.cpp55 assert(!alloc_first::allocator_constructed); in main()
57 assert(alloc_first::allocator_constructed); in main()
61 assert(!alloc_last::allocator_constructed); in main()
63 assert(alloc_last::allocator_constructed); in main()
67 alloc_first::allocator_constructed = false; in main()
71 assert(alloc_first::allocator_constructed); in main()
75 alloc_first::allocator_constructed = false; in main()
76 alloc_last::allocator_constructed = false; in main()
81 assert(alloc_first::allocator_constructed); in main()
83 assert(alloc_last::allocator_constructed); in main()
[all …]
H A Dalloc.pass.cpp53 assert(!alloc_first::allocator_constructed); in main()
55 assert(alloc_first::allocator_constructed); in main()
59 assert(!alloc_last::allocator_constructed); in main()
61 assert(alloc_last::allocator_constructed); in main()
65 alloc_first::allocator_constructed = false; in main()
68 assert(alloc_first::allocator_constructed); in main()
72 alloc_first::allocator_constructed = false; in main()
73 alloc_last::allocator_constructed = false; in main()
77 assert(alloc_first::allocator_constructed); in main()
79 assert(alloc_last::allocator_constructed); in main()
[all …]
H A Dalloc_copy.pass.cpp42 alloc_first::allocator_constructed = false; in main()
44 assert(alloc_first::allocator_constructed); in main()
50 alloc_last::allocator_constructed = false; in main()
52 assert(alloc_last::allocator_constructed); in main()
58 alloc_first::allocator_constructed = false; in main()
59 alloc_last::allocator_constructed = false; in main()
61 assert(alloc_first::allocator_constructed); in main()
62 assert(alloc_last::allocator_constructed); in main()
69 alloc_first::allocator_constructed = false; in main()
70 alloc_last::allocator_constructed = false; in main()
[all …]
H A Dalloc_move.pass.cpp43 alloc_first::allocator_constructed = false; in main()
45 assert(alloc_first::allocator_constructed); in main()
51 alloc_last::allocator_constructed = false; in main()
53 assert(alloc_last::allocator_constructed); in main()
59 alloc_first::allocator_constructed = false; in main()
61 assert(alloc_first::allocator_constructed); in main()
68 alloc_first::allocator_constructed = false; in main()
69 alloc_last::allocator_constructed = false; in main()
71 assert(alloc_first::allocator_constructed); in main()
72 assert(alloc_last::allocator_constructed); in main()
H A Dalloc_convert_copy.pass.cpp61 alloc_first::allocator_constructed = false; in main()
63 assert(alloc_first::allocator_constructed); in main()
70 alloc_first::allocator_constructed = false; in main()
71 alloc_last::allocator_constructed = false; in main()
73 assert(alloc_first::allocator_constructed); in main()
74 assert(alloc_last::allocator_constructed); in main()
82 alloc_first::allocator_constructed = false; in main()
83 alloc_last::allocator_constructed = false; in main()
85 assert(alloc_first::allocator_constructed); in main()
86 assert(alloc_last::allocator_constructed); in main()
H A Dalloc_const_pair.pass.cpp41 alloc_first::allocator_constructed = false; in main()
43 assert(alloc_first::allocator_constructed); in main()
51 alloc_first::allocator_constructed = false; in main()
52 alloc_last::allocator_constructed = false; in main()
54 assert(alloc_first::allocator_constructed); in main()
55 assert(alloc_last::allocator_constructed); in main()
H A Dalloc_convert_move.pass.cpp69 alloc_first::allocator_constructed = false; in main()
71 assert(alloc_first::allocator_constructed); in main()
85 alloc_first::allocator_constructed = false; in main()
87 assert(alloc_first::allocator_constructed); in main()
95 alloc_first::allocator_constructed = false; in main()
96 alloc_last::allocator_constructed = false; in main()
98 assert(alloc_first::allocator_constructed); in main()
99 assert(alloc_last::allocator_constructed); in main()
H A Dalloc_UTypes.pass.cpp124 alloc_first::allocator_constructed = false; in main()
125 alloc_last::allocator_constructed = false; in main()
129 assert(alloc_first::allocator_constructed); in main()
131 assert(alloc_last::allocator_constructed); in main()
138 alloc_first::allocator_constructed = false; in main()
139 alloc_last::allocator_constructed = false; in main()
143 assert(alloc_first::allocator_constructed); in main()
145 assert(alloc_last::allocator_constructed); in main()
H A Dalloc_move_pair.pass.cpp49 alloc_first::allocator_constructed = false; in main()
51 assert(alloc_first::allocator_constructed); in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/
H A Dalloc_last.h18 static bool allocator_constructed; member
30 allocator_constructed = true; in alloc_last()
37 allocator_constructed = true; in alloc_last()
44 allocator_constructed = true; in alloc_last()
55 bool alloc_last::allocator_constructed = false;
H A Dalloc_first.h18 static bool allocator_constructed; member
30 allocator_constructed = true; in alloc_first()
37 allocator_constructed = true; in alloc_first()
44 allocator_constructed = true; in alloc_first()
55 bool alloc_first::allocator_constructed = false;