Searched refs:__cxa_vec_new3 (Results 1 – 4 of 4) sorted by relevance
/external/libcxxabi/test/ |
D | test_vector1.cpp | 71 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 80 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty() 89 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 98 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty() 116 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 133 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 161 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 187 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 218 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_destructor()
|
/external/libcxx/include/ |
D | cxxabi.h | 104 extern void* __cxa_vec_new3(size_t element_count,
|
/external/libcxxabi/include/ |
D | cxxabi.h | 104 extern void* __cxa_vec_new3(size_t element_count,
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 168 void* __cxa_vec_new3( in __cxa_vec_new3() function
|