OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__cxa_vec_new3
(Results
1 - 3
of
3
) sorted by null
/external/libcxxabi/test/
test_vector1.cpp
71
three = __cxxabiv1::
__cxa_vec_new3
( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
80
three = __cxxabiv1::
__cxa_vec_new3
( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
89
three = __cxxabiv1::
__cxa_vec_new3
( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
98
three = __cxxabiv1::
__cxa_vec_new3
( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
116
three = __cxxabiv1::
__cxa_vec_new3
( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc3 );
133
three = __cxxabiv1::
__cxa_vec_new3
( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc3 );
161
three = __cxxabiv1::
__cxa_vec_new3
( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc3 );
187
three = __cxxabiv1::
__cxa_vec_new3
( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc3 );
218
three = __cxxabiv1::
__cxa_vec_new3
( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc3 );
/external/libcxxabi/include/
cxxabi.h
104
extern void*
__cxa_vec_new3
(size_t element_count,
/external/libcxxabi/src/
cxa_vector.cpp
168
void*
__cxa_vec_new3
(
function
Completed in 100 milliseconds