Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
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 …]
Dalloc.pass.cpp57 assert(!alloc_first::allocator_constructed); in main()
59 assert(alloc_first::allocator_constructed); in main()
63 assert(!alloc_last::allocator_constructed); in main()
65 assert(alloc_last::allocator_constructed); in main()
69 alloc_first::allocator_constructed = false; in main()
72 assert(alloc_first::allocator_constructed); in main()
76 alloc_first::allocator_constructed = false; in main()
77 alloc_last::allocator_constructed = false; in main()
81 assert(alloc_first::allocator_constructed); in main()
83 assert(alloc_last::allocator_constructed); in main()
[all …]
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()
60 alloc_first::allocator_constructed = false; in main()
61 alloc_last::allocator_constructed = false; in main()
63 assert(alloc_first::allocator_constructed); in main()
64 assert(alloc_last::allocator_constructed); in main()
71 alloc_first::allocator_constructed = false; in main()
72 alloc_last::allocator_constructed = false; in main()
[all …]
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()
61 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()
Dalloc_convert_copy.pass.cpp50 alloc_first::allocator_constructed = false; in main()
52 assert(alloc_first::allocator_constructed); in main()
59 alloc_first::allocator_constructed = false; in main()
60 alloc_last::allocator_constructed = false; in main()
62 assert(alloc_first::allocator_constructed); in main()
63 assert(alloc_last::allocator_constructed); in main()
71 alloc_first::allocator_constructed = false; in main()
72 alloc_last::allocator_constructed = false; in main()
74 assert(alloc_first::allocator_constructed); in main()
75 assert(alloc_last::allocator_constructed); in main()
Dalloc_convert_move.pass.cpp59 alloc_first::allocator_constructed = false; in main()
61 assert(alloc_first::allocator_constructed); in main()
75 alloc_first::allocator_constructed = false; in main()
77 assert(alloc_first::allocator_constructed); in main()
85 alloc_first::allocator_constructed = false; in main()
86 alloc_last::allocator_constructed = false; in main()
88 assert(alloc_first::allocator_constructed); in main()
89 assert(alloc_last::allocator_constructed); in main()
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()
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()
Dalloc_move_pair.pass.cpp49 alloc_first::allocator_constructed = false; in main()
51 assert(alloc_first::allocator_constructed); in main()
/external/libcxx/test/std/utilities/tuple/tuple.tuple/
Dalloc_last.h19 static bool allocator_constructed; member
31 allocator_constructed = true; in alloc_last()
38 allocator_constructed = true; in alloc_last()
45 allocator_constructed = true; in alloc_last()
56 bool alloc_last::allocator_constructed = false;
Dalloc_first.h19 static bool allocator_constructed; member
31 allocator_constructed = true; in alloc_first()
38 allocator_constructed = true; in alloc_first()
45 allocator_constructed = true; in alloc_first()
56 bool alloc_first::allocator_constructed = false;