Searched refs:__cxa_vec_new3 (Results 1 – 4 of 4) sorted by relevance
/external/libcxxabi/test/ |
D | test_vector1.pass.cpp | 83 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 92 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty() 101 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 110 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty() 128 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 145 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 174 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 200 …three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor()
|
/external/libcxxabi/include/ |
D | cxxabi.h | 102 __cxa_vec_new3(size_t element_count, size_t element_size, size_t padding_size,
|
/external/clang/lib/Headers/ |
D | __clang_cuda_runtime_wrapper.h | 117 #undef __cxa_vec_new3
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 171 __cxa_vec_new3(size_t element_count, size_t element_size, size_t padding_size, in __cxa_vec_new3() function
|