Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_vector2.pass.cpp52 int gDestructorThrowTarget; variable
54 void throw_destruct ( void * ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2; } in throw_destruct()
69 gDestructorThrowTarget = 5; in test_exception_in_destructor()
H A Dtest_vector1.pass.cpp50 int gDestructorThrowTarget; variable
60 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()