/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_vector1.cpp | 90 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty() 99 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() 108 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty() 117 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() 135 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 152 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 180 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 206 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 237 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_destructor()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | test_vector1.cpp | 70 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty() 79 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() 88 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty() 97 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() 115 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 132 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 160 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 186 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 217 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_destructor()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_vector.cpp | 117 return __cxa_vec_new2 ( element_count, element_size, padding_size, in __cxa_vec_new() 139 void* __cxa_vec_new2( in __cxa_vec_new2() function
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | cxxabi.h | 96 extern void* __cxa_vec_new2(size_t element_count,
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi_vec.cc | 124 return __cxa_vec_new2(element_count, element_size, padding_size, in __cxa_vec_new() 129 void* __cxa_vec_new2(size_t element_count, in __cxa_vec_new2() function
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cxxabi.h | 157 void* __cxa_vec_new2(size_t element_count,
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | export_symbols.txt | 332 __cxa_vec_new2;
|