Home
last modified time | relevance | path

Searched refs:construct_called (Results 1 – 10 of 10) sorted by relevance

/external/libcxx/test/libcxx/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp26 Alloc::construct_called = false; in test_ctor_under_alloc()
28 assert(Alloc::construct_called); in test_ctor_under_alloc()
31 Alloc::construct_called = false; in test_ctor_under_alloc()
33 assert(Alloc::construct_called); in test_ctor_under_alloc()
40 Alloc::construct_called = false; in test_ctor_under_alloc()
42 assert(Alloc::construct_called); in test_ctor_under_alloc()
45 Alloc::construct_called = false; in test_ctor_under_alloc()
47 assert(Alloc::construct_called); in test_ctor_under_alloc()
Dconstruct_iter_iter_alloc.pass.cpp28 Alloc::construct_called = false; in test_ctor_under_alloc()
30 assert(Alloc::construct_called); in test_ctor_under_alloc()
33 Alloc::construct_called = false; in test_ctor_under_alloc()
35 assert(Alloc::construct_called); in test_ctor_under_alloc()
43 Alloc::construct_called = false; in test_ctor_under_alloc()
45 assert(Alloc::construct_called); in test_ctor_under_alloc()
48 Alloc::construct_called = false; in test_ctor_under_alloc()
50 assert(Alloc::construct_called); in test_ctor_under_alloc()
/external/llvm-project/libcxx/test/libcxx/containers/sequences/vector/vector.cons/
Dconstruct_iter_iter.pass.cpp26 Alloc::construct_called = false; in test_ctor_under_alloc()
28 assert(Alloc::construct_called); in test_ctor_under_alloc()
31 Alloc::construct_called = false; in test_ctor_under_alloc()
33 assert(Alloc::construct_called); in test_ctor_under_alloc()
40 Alloc::construct_called = false; in test_ctor_under_alloc()
42 assert(Alloc::construct_called); in test_ctor_under_alloc()
45 Alloc::construct_called = false; in test_ctor_under_alloc()
47 assert(Alloc::construct_called); in test_ctor_under_alloc()
Dconstruct_iter_iter_alloc.pass.cpp28 Alloc::construct_called = false; in test_ctor_under_alloc()
30 assert(Alloc::construct_called); in test_ctor_under_alloc()
33 Alloc::construct_called = false; in test_ctor_under_alloc()
35 assert(Alloc::construct_called); in test_ctor_under_alloc()
43 Alloc::construct_called = false; in test_ctor_under_alloc()
45 assert(Alloc::construct_called); in test_ctor_under_alloc()
48 Alloc::construct_called = false; in test_ctor_under_alloc()
50 assert(Alloc::construct_called); in test_ctor_under_alloc()
/external/libcxx/test/support/
Dmin_allocator.h141 static bool construct_called; member
147 construct_called = true; in construct()
156 template <class T> bool cpp03_allocator<T>::construct_called = false;
164 static bool construct_called; member
173 construct_called = true; in construct()
178 construct_called = true; in construct()
186 template <class T> bool cpp03_overload_allocator<T>::construct_called = false;
Dcontrolled_allocators.hpp86 int construct_called = 0; member
121 ++construct_called; in countConstruct()
138 construct_called = 0; in resetConstructDestroy()
Dcontainer_test_types.h282 int construct_called; variable
/external/llvm-project/libcxx/test/support/
Dmin_allocator.h147 static bool construct_called; member
153 construct_called = true; in construct()
162 template <class T> bool cpp03_allocator<T>::construct_called = false;
170 static bool construct_called; member
179 construct_called = true; in construct()
184 construct_called = true; in construct()
192 template <class T> bool cpp03_overload_allocator<T>::construct_called = false;
Dcontrolled_allocators.h85 int construct_called = 0; member
120 ++construct_called; in countConstruct()
137 construct_called = 0; in resetConstructDestroy()
Dcontainer_test_types.h281 int construct_called; variable