Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector2.pass.cpp48 int gConstructorThrowTarget; variable
51 void throw_construct ( void *p ) { if ( gConstructorCounter == gConstructorThrowTarget ) throw 1;… in throw_construct()
66 gConstructorThrowTarget = -1; in test_exception_in_destructor()
Dtest_vector1.pass.cpp47 int gConstructorThrowTarget; variable
50 void throw_construct ( void *p ) { if ( gConstructorCounter == gConstructorThrowTarget ) throw 1;… in throw_construct()
156 gConstructorThrowTarget = 15; in test_exception_in_constructor()
182 gConstructorThrowTarget = 15; in test_exception_in_constructor()
214 gConstructorThrowTarget = -1; in test_exception_in_destructor()
242 gConstructorThrowTarget = -1; in test_exception_in_destructor()
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector2.cpp58 int gConstructorThrowTarget; variable
62 if ( gConstructorCounter == gConstructorThrowTarget ) in throw_construct()
86 gConstructorThrowTarget = -1; in test_exception_in_destructor()
Dtest_vector1.cpp56 int gConstructorThrowTarget; variable
60 if ( gConstructorCounter == gConstructorThrowTarget ) in throw_construct()
175 gConstructorThrowTarget = 15; in test_exception_in_constructor()
201 gConstructorThrowTarget = 15; in test_exception_in_constructor()
232 gConstructorThrowTarget = -1; in test_exception_in_destructor()
260 gConstructorThrowTarget = -1; in test_exception_in_destructor()