Searched refs:my_construct (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | test_vector1.pass.cpp | 34 void my_construct ( void * ) { in my_construct() function 91 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty() 92 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() 93 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty() 109 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct ); in test_empty() 110 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() 111 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty()
|
| H A D | test_vector2.pass.cpp | 36 void my_construct ( void *) { in my_construct() function
|