Searched refs:count_destruct (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/libcxxabi/test/ |
D | test_vector1.pass.cpp | 44 void count_destruct ( void * ) { --gCounter; } in count_destruct() function 127 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct ); in test_counted() 128 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 129 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 131 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, count_destruct ); in test_counted() 132 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, count_destruct, my_dealloc2 ); in test_counted() 133 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, count_destruct, my_dealloc3 ); in test_counted() 144 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct ); in test_counted() 145 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 146 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() [all …]
|
D | test_vector2.pass.cpp | 46 void count_destruct ( void * ) { --gCounter; } in count_destruct() function
|
/external/libcxxabi/test/ |
D | test_vector1.pass.cpp | 43 void count_destruct ( void * ) { --gCounter; } in count_destruct() function 126 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct ); in test_counted() 127 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 128 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 130 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, count_destruct ); in test_counted() 131 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, count_destruct, my_dealloc2 ); in test_counted() 132 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, count_destruct, my_dealloc3 ); in test_counted() 143 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct ); in test_counted() 144 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 145 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() [all …]
|
D | test_vector2.pass.cpp | 46 void count_destruct ( void * ) { --gCounter; } in count_destruct() function
|