Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dtest_vector1.pass.cpp57 void throw_destruct ( void * ) { in throw_destruct() function
72 …torage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} in vec_on_stack()
73 …N_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); } in ~vec_on_stack()
172 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, throw_construct, throw_destruct ); in test_exception_in_constructor()
173 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
174 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
178 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, throw_destruct ); in test_exception_in_constructor()
179 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, throw_destruct, my_dealloc2 ); in test_exception_in_constructor()
180 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, throw_destruct, my_dealloc3 ); in test_exception_in_constructor()
198 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct ); in test_exception_in_constructor()
[all …]
Dtest_vector2.pass.cpp54 void throw_destruct ( void * ) { if ( ++gDestructorCounter == gDestructorThrowTarget ) throw 2; } in throw_destruct() function
58 …torage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} in vec_on_stack()
59 … __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); } in ~vec_on_stack()