Home
last modified time | relevance | path

Searched refs:ExpectConstructGuard (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/containers/sequences/list/list.cons/
H A Dinput_iterator.pass.cpp188 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
192 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc()
200 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
204 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc()
221 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc_with_alloc()
225 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc_with_alloc()
235 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc_with_alloc()
239 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc_with_alloc()
/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dconstruct_iter_iter_alloc.pass.cpp140 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
144 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc()
154 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
H A Dconstruct_iter_iter.pass.cpp134 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
138 ExpectConstructGuard<int&> G(3); in test_ctor_under_alloc()
146 ExpectConstructGuard<int&> G(1); in test_ctor_under_alloc()
/llvm-project-15.0.7/libcxx/test/support/
H A Dcontainer_test_types.h239 struct ExpectConstructGuard { struct
240 ExpectConstructGuard(int N) { in ExpectConstructGuard() function
246 ~ExpectConstructGuard() { in ~ExpectConstructGuard() argument