Searched refs:__cxa_vec_new (Results 1 – 4 of 4) sorted by relevance
/external/libcxxabi/test/ |
D | test_vector1.pass.cpp | 72 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack() 81 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); in test_empty() 90 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty() 99 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, NULL, NULL ); in test_empty() 108 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct ); in test_empty() 126 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct ); in test_counted() 143 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct ); in test_counted() 172 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, throw_construct, throw_destruct ); in test_exception_in_constructor() 198 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct ); in test_exception_in_constructor() 232 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct ); in test_exception_in_destructor()
|
D | test_vector2.pass.cpp | 58 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
|
/external/libcxxabi/include/ |
D | cxxabi.h | 93 __cxa_vec_new(size_t element_count, size_t element_size, size_t padding_size,
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 118 __cxa_vec_new(size_t element_count, size_t element_size, size_t padding_size, in __cxa_vec_new() function
|