Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_vector1.pass.cpp43 void count_construct ( void * ) { ++gCounter; } in count_construct() 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()
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()
H A Dtest_vector2.pass.cpp45 void count_construct ( void * ) { ++gCounter; } in count_construct() function