/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_vector1.cpp | 80 …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 …]
|
D | test_vector2.cpp | 76 …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()
|
D | libtest_malloc_lockup.cpp | 54 return (void*) __cxxabiv1::__cxa_get_globals(); in get_globals()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | test_vector1.cpp | 60 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack() 61 …~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack() 69 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); in test_empty() 70 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty() 71 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 73 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); in test_empty() 74 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); in test_empty() 75 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); in test_empty() 78 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty() 79 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() [all …]
|
D | test_exception_storage.cpp | 22 typedef __cxxabiv1::__cxa_eh_globals globals_t ; 28 glob1 = __cxxabiv1::__cxa_get_globals (); in thread_code() 34 glob2 = __cxxabiv1::__cxa_get_globals_fast (); in thread_code()
|
D | test_vector2.cpp | 56 …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()
|
D | test_demangle.cpp | 29621 char* demang = __cxxabiv1::__cxa_demangle(cases[i][0], buf, &len, &status); in test() 29651 char* demang = __cxxabiv1::__cxa_demangle(invalid_cases[i], buf, &len, &status); in test2()
|
D | test_vector3.cpp | 55 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>); in main()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_exception_storage.cpp | 20 namespace __cxxabiv1 { namespace 30 namespace __cxxabiv1 { namespace 55 namespace __cxxabiv1 { namespace
|
D | cxa_unexpected.cpp | 14 namespace __cxxabiv1 namespace
|
D | cxa_virtual.cpp | 13 namespace __cxxabiv1 namespace
|
D | cxa_aux_runtime.cpp | 16 namespace __cxxabiv1 namespace
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | cxxabi.h | 83 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/ |
D | typeinfo.cpp | 58 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/ |
D | auxilary.cc | 30 namespace __cxxabiv1 { namespace
|
D | array_type_info.cc | 32 namespace __cxxabiv1 namespace
|
D | function_type_info.cc | 32 namespace __cxxabiv1 namespace
|
D | fundamental_type_info.cc | 32 namespace __cxxabiv1 namespace
|
D | enum_type_info.cc | 32 namespace __cxxabiv1 namespace
|
D | si_class_type_info.cc | 32 namespace __cxxabiv1 namespace
|
D | pointer_type_info.cc | 32 namespace __cxxabiv1 namespace
|
D | pointer_to_member_type_info.cc | 32 namespace __cxxabiv1 namespace
|
D | exception.cc | 61 using namespace __cxxabiv1; in uncaught_exception()
|
D | dwarf_helper.h | 48 namespace __cxxabiv1 {
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | cxxabi.h | 40 namespace __cxxabiv1 { 183 namespace abi = __cxxabiv1;
|