Searched refs:gDestructorThrowTarget (Results 1 – 4 of 4) sorted by relevance
52 int gDestructorThrowTarget; variable54 void throw_destruct ( void * ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2; } in throw_destruct()69 gDestructorThrowTarget = 5; in test_exception_in_destructor()
50 int gDestructorThrowTarget; variable60 if ( ++gDestructorCounter == gDestructorThrowTarget ) in throw_destruct()170 gDestructorThrowTarget = -1; in test_exception_in_constructor()195 gDestructorThrowTarget = -1; in test_exception_in_constructor()228 gDestructorThrowTarget = 15; in test_exception_in_destructor()255 gDestructorThrowTarget = 5; in test_exception_in_destructor()
49 int gDestructorThrowTarget; variable59 if ( ++gDestructorCounter == gDestructorThrowTarget ) in throw_destruct()169 gDestructorThrowTarget = -1; in test_exception_in_constructor()195 gDestructorThrowTarget = -1; in test_exception_in_constructor()229 gDestructorThrowTarget = 15; in test_exception_in_destructor()257 gDestructorThrowTarget = 5; in test_exception_in_destructor()