Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/test/
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()
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()
/external/libcxxabi/test/
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()
Dtest_vector1.pass.cpp49 int gDestructorThrowTarget; variable
59 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()