Searched refs:__cxa_vec_new (Results 1 – 5 of 5) sorted by relevance
/external/libcxxabi/test/ |
D | test_vector1.cpp | 60 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack() 69 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); in test_empty() 78 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty() 87 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, NULL, NULL ); in test_empty() 96 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, my_construct, my_destruct ); in test_empty() 114 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, count_construct, count_destruct ); in test_counted() 131 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, count_construct, count_destruct ); in test_counted() 159 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, throw_construct, throw_destruct ); in test_exception_in_constructor() 185 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct ); in test_exception_in_constructor() 216 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct ); in test_exception_in_destructor()
|
D | test_vector2.cpp | 56 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
|
/external/libcxx/include/ |
D | cxxabi.h | 90 extern void* __cxa_vec_new(size_t element_count,
|
/external/libcxxabi/include/ |
D | cxxabi.h | 90 extern void* __cxa_vec_new(size_t element_count,
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 113 void* __cxa_vec_new( in __cxa_vec_new() function
|