Searched refs:dummy_ctor (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/libcxxabi/test/ |
D | cxa_vec_new_overflow_PR41395.pass.cpp | 15 void dummy_ctor(void*) { assert(false && "should not be called"); } in dummy_ctor() function 45 __cxxabiv1::__cxa_vec_new(elem_count, elem_size, padding, dummy_ctor, in test_overflow_in_multiplication() 55 __cxxabiv1::__cxa_vec_new2(elem_count, elem_size, padding, dummy_ctor, in test_overflow_in_multiplication() 65 __cxxabiv1::__cxa_vec_new3(elem_count, elem_size, padding, dummy_ctor, in test_overflow_in_multiplication() 86 __cxxabiv1::__cxa_vec_new(elem_count, elem_size, padding, dummy_ctor, in test_overflow_in_addition() 97 __cxxabiv1::__cxa_vec_new2(elem_count, elem_size, padding, dummy_ctor, in test_overflow_in_addition() 107 __cxxabiv1::__cxa_vec_new3(elem_count, elem_size, padding, dummy_ctor, in test_overflow_in_addition()
|