Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
Dalloc_const_Types.pass.cpp31 assert(!alloc_first::allocator_constructed); in main()
33 assert(alloc_first::allocator_constructed); in main()
37 assert(!alloc_last::allocator_constructed); in main()
39 assert(alloc_last::allocator_constructed); in main()
43 alloc_first::allocator_constructed = false; in main()
47 assert(alloc_first::allocator_constructed); in main()
51 alloc_first::allocator_constructed = false; in main()
52 alloc_last::allocator_constructed = false; in main()
57 assert(alloc_first::allocator_constructed); in main()
59 assert(alloc_last::allocator_constructed); in main()
[all …]
Dalloc.pass.cpp39 assert(!alloc_first::allocator_constructed); in main()
41 assert(alloc_first::allocator_constructed); in main()
45 assert(!alloc_last::allocator_constructed); in main()
47 assert(alloc_last::allocator_constructed); in main()
51 alloc_first::allocator_constructed = false; in main()
54 assert(alloc_first::allocator_constructed); in main()
58 alloc_first::allocator_constructed = false; in main()
59 alloc_last::allocator_constructed = false; in main()
63 assert(alloc_first::allocator_constructed); in main()
65 assert(alloc_last::allocator_constructed); in main()
[all …]
Dalloc_copy.pass.cpp40 alloc_first::allocator_constructed = false; in main()
42 assert(alloc_first::allocator_constructed); in main()
48 alloc_last::allocator_constructed = false; in main()
50 assert(alloc_last::allocator_constructed); in main()
56 alloc_first::allocator_constructed = false; in main()
57 alloc_last::allocator_constructed = false; in main()
59 assert(alloc_first::allocator_constructed); in main()
60 assert(alloc_last::allocator_constructed); in main()
67 alloc_first::allocator_constructed = false; in main()
68 alloc_last::allocator_constructed = false; in main()
[all …]
Dalloc_convert_copy.pass.cpp37 alloc_first::allocator_constructed = false; in main()
39 assert(alloc_first::allocator_constructed); in main()
46 alloc_first::allocator_constructed = false; in main()
47 alloc_last::allocator_constructed = false; in main()
49 assert(alloc_first::allocator_constructed); in main()
50 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()
Dalloc_move.pass.cpp41 alloc_first::allocator_constructed = false; in main()
43 assert(alloc_first::allocator_constructed); in main()
49 alloc_last::allocator_constructed = false; in main()
51 assert(alloc_last::allocator_constructed); in main()
57 alloc_first::allocator_constructed = false; in main()
59 assert(alloc_first::allocator_constructed); in main()
66 alloc_first::allocator_constructed = false; in main()
67 alloc_last::allocator_constructed = false; in main()
69 assert(alloc_first::allocator_constructed); in main()
70 assert(alloc_last::allocator_constructed); in main()
Dalloc_const_pair.pass.cpp39 alloc_first::allocator_constructed = false; in main()
41 assert(alloc_first::allocator_constructed); in main()
49 alloc_first::allocator_constructed = false; in main()
50 alloc_last::allocator_constructed = false; in main()
52 assert(alloc_first::allocator_constructed); in main()
53 assert(alloc_last::allocator_constructed); in main()
Dalloc_convert_move.pass.cpp47 alloc_first::allocator_constructed = false; in main()
49 assert(alloc_first::allocator_constructed); in main()
63 alloc_first::allocator_constructed = false; in main()
65 assert(alloc_first::allocator_constructed); in main()
73 alloc_first::allocator_constructed = false; in main()
74 alloc_last::allocator_constructed = false; in main()
76 assert(alloc_first::allocator_constructed); in main()
77 assert(alloc_last::allocator_constructed); in main()
Dalloc_UTypes.pass.cpp46 alloc_first::allocator_constructed = false; in main()
47 alloc_last::allocator_constructed = false; in main()
51 assert(alloc_first::allocator_constructed); in main()
53 assert(alloc_last::allocator_constructed); in main()
Dalloc_move_pair.pass.cpp47 alloc_first::allocator_constructed = false; in main()
49 assert(alloc_first::allocator_constructed); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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;