Searched refs:my_destruct (Results 1 - 4 of 4) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/
H A Dtest_vector1.pass.cpp37 void my_destruct ( void * ) { function
90 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
91 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
92 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
94 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, my_destruct );
95 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, my_destruct, my_dealloc2 );
96 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
108 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct );
109 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
110 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc
[all...]
H A Dtest_vector2.pass.cpp40 void my_destruct ( void *) { function
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
H A Dtest_vector1.pass.cpp37 void my_destruct ( void * ) { function
90 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
91 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
92 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
94 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, my_destruct );
95 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, my_destruct, my_dealloc2 );
96 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
108 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct );
109 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
110 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc
[all...]
H A Dtest_vector2.pass.cpp40 void my_destruct ( void *) { function

Completed in 80 milliseconds