OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__cxa_vec_new2
(Results
1 - 25
of
242
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/libcxxabi/test/
test_vector1.cpp
70
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
79
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
88
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 );
97
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
115
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 );
132
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 );
160
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
186
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
217
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
/ndk/sources/cxx-stl/gabi++/tests/
test_vector1.cpp
90
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
99
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
108
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 );
117
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
135
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 );
152
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 );
180
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
206
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
237
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector1.cpp
70
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
79
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 );
88
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc2 );
97
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc2 );
115
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, count_construct, count_destruct, my_alloc2, my_dealloc2 );
132
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, count_construct, count_destruct, my_alloc2, my_dealloc2 );
160
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 0, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
186
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
217
two = __cxxabiv1::
__cxa_vec_new2
( 10, 40, 8, throw_construct, throw_destruct, my_alloc2, my_dealloc2 );
/ndk/sources/cxx-stl/gabi++/src/
cxxabi_vec.cc
124
return
__cxa_vec_new2
(element_count, element_size, padding_size,
129
void*
__cxa_vec_new2
(size_t element_count,
function
297
// Same trick than the one used on
__cxa_vec_new2
.
/external/libcxxabi/src/
cxa_vector.cpp
111
//
__cxa_vec_new2
(element_count, element_size, padding_size, constructor,
117
return
__cxa_vec_new2
( element_count, element_size, padding_size,
139
void*
__cxa_vec_new2
(
function
166
// Same as
__cxa_vec_new2
except that the deallocation function takes both
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_vector.cpp
111
//
__cxa_vec_new2
(element_count, element_size, padding_size, constructor,
117
return
__cxa_vec_new2
( element_count, element_size, padding_size,
139
void*
__cxa_vec_new2
(
function
166
// Same as
__cxa_vec_new2
except that the deallocation function takes both
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi/
libgabi++_shared.so
libgabi++_static.a
22
h )\ )\ )\ )\ )\ )\ )\ 7P 7P @ @ @ @ @ R? R? R? R? R? R? R? R? R? R? R? R? m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?H ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? '? /? /? /? /? /? /? /? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? =? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? %@ %@ %@ %@ %@ %@ %@ %@ %@ ;? G( G( G( G( G( G( G( X? X? X? X? X? X? X? i? i? i? i? i? i? i? i? ~? ~? ~? ~? ~? ~? ~? ~? ~? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? ??_ZNK10__cxxabiv117__array_type_info9can_catchEPKNS_16__shim_type_infoERPv _ZN10__cxxabiv117__array_type_infoD2Ev _ZN10__cxxabiv117__array_type_infoD0Ev _ZN10__cxxabiv117__array_type_infoD1Ev _ZTSN10__cxxabiv117__array_type_infoE _ZTIN10__cxxabiv117__array_type_infoE _ZTVN10__cxxabiv117__array_type_infoE __cxa_bad_cast __cxa_bad_typeid __cxa_end_cleanup helper_end_cleanup __cxa_type_match __cxa_begin_cleanup __cxa_call_unexpected _ZNK10__cxxabiv117__class_type_info4codeEv _ZN10__cxxabiv117__class_type_infoD2Ev _ZN10__cxxabiv117__class_type_infoD0Ev _ZN10__cxxabiv117__class_type_infoD1Ev _ZNK10__cxxabiv117__class_type_info21self_class_type_matchEPKS0_RPvRNS_12__UpcastInfoE _ZNK10__cxxabiv117__class_type_info7walk_toEPKS0_RPvRNS_12__UpcastInfoE _ZN10__cxxabiv112__UpcastInfoC2EPKNS_17__class_type_infoE _ZNK10__cxxabiv117__class_type_info9can_catchEPKNS_16__shim_type_infoERPv _ZN10__cxxabiv112__UpcastInfoC1EPKNS_17__class_type_infoE _ZTSN10__cxxabiv117__class_type_infoE _ZTIN10__cxxabiv117__class_type_infoE _ZTVN10__cxxabiv117__class_type_infoE _ZN10__cxxabiv116__shim_type_infoD2Ev _ZN10__cxxabiv116__shim_type_infoD0Ev _ZN10__cxxabiv116__shim_type_infoD1Ev __cxa_pure_virtual __cxa_deleted_virtual __cxa_get_globals __cxa_get_globals_fast __cxa_allocate_exception __cxa_free_exception __cxa_begin_catch __cxa_end_catch __cxa_throw __cxa_rethrow __cxa_get_exception_ptr __cxa_uncaught_exception __cxa_decrement_exception_refcount __cxa_increment_exception_refcount __cxa_rethrow_primary_exception __cxa_current_primary_exception _ZTSN10__cxxabiv116__shim_type_infoE _ZTIN10__cxxabiv116__shim_type_infoE _ZTVN10__cxxabiv116__shim_type_infoE __cxa_vec_cleanup __cxa_vec_ctor __cxa_vec_new3
__cxa_vec_new2