Searched refs:ExpectConstructGuard (Results 1 – 4 of 4) sorted by relevance
188 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()
140 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()
134 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()
239 struct ExpectConstructGuard { struct240 ExpectConstructGuard(int N) { in ExpectConstructGuard() argument246 ~ExpectConstructGuard() { in ~ExpectConstructGuard() argument