Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dtest_vector1.pass.cpp51 void throw_destruct ( void *p ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2;… in throw_destruct() function
61 …torage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} in vec_on_stack()
62 …N_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); } in ~vec_on_stack()
160 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, throw_construct, throw_destruct ); in test_exception_in_constructor()
161 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
162 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
166 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, throw_destruct ); in test_exception_in_constructor()
167 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, throw_destruct, my_dealloc2 ); in test_exception_in_constructor()
168 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, throw_destruct, my_dealloc3 ); in test_exception_in_constructor()
186 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct ); in test_exception_in_constructor()
[all …]
Dtest_vector2.pass.cpp52 void throw_destruct ( void *p ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2;… in throw_destruct() function
56 …torage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} in vec_on_stack()
57 … __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); } in ~vec_on_stack()