Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dtest_vector1.pass.cpp48 int gDestructorCounter; variable
51 void throw_destruct ( void *p ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2;… in throw_destruct()
155 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_constructor()
174 if ( gConstructorCounter - gDestructorCounter != 10 ) { in test_exception_in_constructor()
177 gDestructorCounter << " destructors" << std::endl; in test_exception_in_constructor()
181 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_constructor()
196 if ( gConstructorCounter != gDestructorCounter ) { in test_exception_in_constructor()
199 gDestructorCounter << " destructors" << std::endl; in test_exception_in_constructor()
213 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_destructor()
233 if ( gConstructorCounter != 20 || gDestructorCounter != 20 ) { in test_exception_in_destructor()
[all …]
Dtest_vector2.pass.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()