Home
last modified time | relevance | path

Searched refs:__cxxabiv1 (Results 1 – 25 of 52) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_vector1.pass.cpp61 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
62 …~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack()
70 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); in test_empty()
71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty()
72 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
74 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); in test_empty()
75 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); in test_empty()
76 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); in test_empty()
79 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty()
80 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty()
[all …]
Dtest_exception_storage.pass.cpp22 typedef __cxxabiv1::__cxa_eh_globals globals_t ;
28 glob1 = __cxxabiv1::__cxa_get_globals (); in thread_code()
32 glob2 = __cxxabiv1::__cxa_get_globals_fast (); in thread_code()
Dtest_vector2.pass.cpp56 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
57 …~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack()
Dtest_aux_runtime_op_array_new.pass.cpp22 __cxxabiv1::__cxa_throw_bad_array_new_length(); in bad_array_new_length_test()
Dcxa_thread_atexit_test.pass.cpp27 int RV = __cxxabiv1::__cxa_thread_atexit( in main()
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_vector1.cpp80 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
81 …~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack()
89 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); in test_empty()
90 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty()
91 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
93 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); in test_empty()
94 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); in test_empty()
95 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); in test_empty()
98 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty()
99 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty()
[all …]
Dtest_vector2.cpp76 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack()
77 …~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack()
Dlibtest_malloc_lockup.cpp54 return (void*) __cxxabiv1::__cxa_get_globals(); in get_globals()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_exception_storage.cpp20 namespace __cxxabiv1 { namespace
30 namespace __cxxabiv1 { namespace
55 namespace __cxxabiv1 { namespace
Dcxa_virtual.cpp13 namespace __cxxabiv1 namespace
Dcxa_unexpected.cpp14 namespace __cxxabiv1 namespace
Dcxa_thread_atexit.cpp12 namespace __cxxabiv1 { namespace
Dcxa_aux_runtime.cpp17 namespace __cxxabiv1 namespace
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h83 namespace __cxxabiv1
219 namespace abi = __cxxabiv1;
231 using __cxxabiv1::__cxa_vec_constructor;
232 using __cxxabiv1::__cxa_vec_copy_constructor;
233 using __cxxabiv1::__cxa_vec_destructor;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dtypeinfo.cpp58 void __cxxabiv1::__cxa_bad_typeid() in __cxa_bad_typeid()
64 void __cxxabiv1::__cxa_bad_cast() in __cxa_bad_cast()
/ndk/sources/cxx-stl/gabi++/src/
Dauxilary.cc30 namespace __cxxabiv1 { namespace
Dfunction_type_info.cc32 namespace __cxxabiv1 namespace
Darray_type_info.cc32 namespace __cxxabiv1 namespace
Denum_type_info.cc32 namespace __cxxabiv1 namespace
Dfundamental_type_info.cc32 namespace __cxxabiv1 namespace
Dpointer_type_info.cc32 namespace __cxxabiv1 namespace
Dsi_class_type_info.cc32 namespace __cxxabiv1 namespace
Dpointer_to_member_type_info.cc32 namespace __cxxabiv1 namespace
Dexception.cc61 using namespace __cxxabiv1; in uncaught_exception()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h34 namespace __cxxabiv1 {
176 namespace abi = __cxxabiv1;

123