Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector2.pass.cpp50 int gDestructorThrowTarget; variable
52 void throw_destruct ( void *p ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2;… in throw_destruct()
67 gDestructorThrowTarget = 5; in test_exception_in_destructor()
Dtest_vector1.pass.cpp49 int gDestructorThrowTarget; variable
51 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()
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector2.cpp60 int gDestructorThrowTarget; variable
69 if ( ++gDestructorCounter == gDestructorThrowTarget ) in throw_destruct()
87 gDestructorThrowTarget = 5; in test_exception_in_destructor()
Dtest_vector1.cpp58 int gDestructorThrowTarget; variable
67 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()