Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_vector1.pass.cpp51 void throw_construct ( void * ) { in throw_construct() function
73 … () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destru… in vec_on_stack()
173 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, throw_construct, throw_destruct ); in test_exception_in_constructor()
174 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
175 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
198 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct ); in test_exception_in_constructor()
199 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
200 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
231 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct ); in test_exception_in_destructor()
232 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_destructor()
H A Dtest_vector2.pass.cpp53 void throw_construct ( void * ) { if ( gConstructorCounter == gConstructorThrowTarget ) throw 1; … in throw_construct() function
58 … () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destru… in vec_on_stack()