Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector1.cpp57 int gDestructorCounter; variable
67 if ( ++gDestructorCounter == gDestructorThrowTarget ) in throw_destruct()
174 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_constructor()
193 if ( gConstructorCounter - gDestructorCounter != 10 ) { in test_exception_in_constructor()
196 gConstructorCounter, gDestructorCounter); in test_exception_in_constructor()
200 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_constructor()
215 if ( gConstructorCounter != gDestructorCounter ) { in test_exception_in_constructor()
218 gConstructorCounter, gDestructorCounter); in test_exception_in_constructor()
231 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_destructor()
251 if ( gConstructorCounter != 30 || gDestructorCounter != 20 ) { in test_exception_in_destructor()
[all …]
Dtest_vector2.cpp59 int gDestructorCounter; variable
69 if ( ++gDestructorCounter == gDestructorThrowTarget ) in throw_destruct()
85 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_destructor()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector1.cpp47 int gDestructorCounter; variable
50 void throw_destruct ( void *p ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2;… in throw_destruct()
154 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_constructor()
173 if ( gConstructorCounter - gDestructorCounter != 10 ) { in test_exception_in_constructor()
176 gDestructorCounter << " destructors" << std::endl; in test_exception_in_constructor()
180 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_constructor()
195 if ( gConstructorCounter != gDestructorCounter ) { in test_exception_in_constructor()
198 gDestructorCounter << " destructors" << std::endl; in test_exception_in_constructor()
211 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_destructor()
231 if ( gConstructorCounter != 30 || gDestructorCounter != 20 ) { in test_exception_in_destructor()
[all …]
Dtest_vector2.cpp49 int gDestructorCounter; variable
52 void throw_destruct ( void *p ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2;… in throw_destruct()
65 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_destructor()