Home
last modified time | relevance | path

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

/external/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()