Searched refs:__cxa_vec_new3 (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_vector1.cpp | 91 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 100 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty() 109 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 118 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty() 136 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 153 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 181 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 207 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 238 …three = __cxxabiv1::__cxa_vec_new3( 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.pass.cpp | 72 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 81 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty() 90 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 99 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty() 117 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 134 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 162 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 188 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | cxxabi.h | 99 extern void* __cxa_vec_new3(size_t element_count,
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | cxxabi_vec.cc | 140 return __cxa_vec_new3(element_count, element_size, padding_size, in __cxa_vec_new2() 145 void* __cxa_vec_new3(size_t element_count, in __cxa_vec_new3() function
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cxxabi.h | 165 void* __cxa_vec_new3(size_t element_count,
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_vector.cpp | 168 void* __cxa_vec_new3( in __cxa_vec_new3() function
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | export_symbols.txt | 333 __cxa_vec_new3;
|