Searched refs:__cxa_vec_new2 (Results 1 – 4 of 4) sorted by relevance
/external/libcxxabi/test/ |
D | test_vector1.pass.cpp | 82 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty() 91 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() 100 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty() 109 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() 127 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 144 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_de… in test_counted() 173 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 199 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_constructor() 233 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_de… in test_exception_in_destructor()
|
/external/libcxxabi/src/ |
D | cxa_vector.cpp | 120 return __cxa_vec_new2 ( element_count, element_size, padding_size, in __cxa_vec_new() 143 __cxa_vec_new2(size_t element_count, size_t element_size, size_t padding_size, in __cxa_vec_new2() function
|
/external/libcxxabi/include/ |
D | cxxabi.h | 97 __cxa_vec_new2(size_t element_count, size_t element_size, size_t padding_size,
|
/external/clang/lib/Headers/ |
D | __clang_cuda_runtime_wrapper.h | 116 #undef __cxa_vec_new2
|