Lines Matching refs:gDestructorCounter
57 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()
254 gConstructorCounter, gDestructorCounter); in test_exception_in_destructor()
259 gConstructorCounter = gDestructorCounter = 0; in test_exception_in_destructor()
265 if ( gConstructorCounter != gDestructorCounter ) { in test_exception_in_destructor()
268 gConstructorCounter, gDestructorCounter); in test_exception_in_destructor()