Searched refs:gDestructorThrowTarget (Results 1 – 4 of 4) sorted by relevance
50 int gDestructorThrowTarget; variable52 void throw_destruct ( void *p ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2;… in throw_destruct()67 gDestructorThrowTarget = 5; in test_exception_in_destructor()
49 int gDestructorThrowTarget; variable51 void throw_destruct ( void *p ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2;… in throw_destruct()157 gDestructorThrowTarget = -1; in test_exception_in_constructor()183 gDestructorThrowTarget = -1; in test_exception_in_constructor()215 gDestructorThrowTarget = 15; in test_exception_in_destructor()243 gDestructorThrowTarget = 5; in test_exception_in_destructor()
60 int gDestructorThrowTarget; variable69 if ( ++gDestructorCounter == gDestructorThrowTarget ) in throw_destruct()87 gDestructorThrowTarget = 5; in test_exception_in_destructor()
58 int gDestructorThrowTarget; variable67 if ( ++gDestructorCounter == gDestructorThrowTarget ) in throw_destruct()176 gDestructorThrowTarget = -1; in test_exception_in_constructor()202 gDestructorThrowTarget = -1; in test_exception_in_constructor()233 gDestructorThrowTarget = 15; in test_exception_in_destructor()261 gDestructorThrowTarget = 5; in test_exception_in_destructor()