Searched refs:__cxxabiv1 (Results 1 - 25 of 97) sorted by relevance

1234

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_unexpected.cpp14 namespace __cxxabiv1 namespace
22 } // namespace __cxxabiv1
H A Dcxa_virtual.cpp13 namespace __cxxabiv1 { namespace
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
H A Dcxa_unexpected.cpp14 namespace __cxxabiv1 namespace
22 } // namespace __cxxabiv1
H A Dcxa_virtual.cpp13 namespace __cxxabiv1 { namespace
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/
H A Dnoexception4.pass.cpp16 // namespace __cxxabiv1 {
25 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception());
26 assert(!__cxxabiv1::__cxa_uncaught_exception());
27 assert(0 == __cxxabiv1::__cxa_uncaught_exceptions());
H A Dtest_vector1.pass.cpp72 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
73 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
81 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL );
82 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
83 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
85 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL );
86 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 );
87 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
90 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
91 two = __cxxabiv1
[all...]
H A Dnoexception1.pass.cpp18 // namespace __cxxabiv1 {
29 __cxxabiv1::__cxa_increment_exception_refcount(nullptr);
34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter);
H A Dnoexception2.pass.cpp18 // namespace __cxxabiv1 {
29 __cxxabiv1::__cxa_decrement_exception_refcount(nullptr);
34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter);
H A Dnoexception3.pass.cpp18 // namespace __cxxabiv1 {
29 __cxxabiv1::__cxa_rethrow_primary_exception(nullptr);
34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter);
H A Dexception_object_alignment.pass.cpp27 void *p = __cxxabiv1::__cxa_allocate_exception(16);
31 __cxxabiv1::__cxa_free_exception(p);
H A Duncaught_exceptions.pass.cpp16 // namespace __cxxabiv1 {
22 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); }
27 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); }
H A Dtest_aux_runtime_op_array_new.pass.cpp24 __cxxabiv1::__cxa_throw_bad_array_new_length();
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
H A Dnoexception4.pass.cpp16 // namespace __cxxabiv1 {
25 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception());
26 assert(!__cxxabiv1::__cxa_uncaught_exception());
27 assert(0 == __cxxabiv1::__cxa_uncaught_exceptions());
H A Dtest_vector1.pass.cpp72 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
73 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
81 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL );
82 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
83 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
85 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL );
86 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 );
87 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
90 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
91 two = __cxxabiv1
[all...]
H A Dnoexception1.pass.cpp18 // namespace __cxxabiv1 {
29 __cxxabiv1::__cxa_increment_exception_refcount(nullptr);
34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter);
H A Dnoexception2.pass.cpp18 // namespace __cxxabiv1 {
29 __cxxabiv1::__cxa_decrement_exception_refcount(nullptr);
34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter);
H A Dnoexception3.pass.cpp18 // namespace __cxxabiv1 {
29 __cxxabiv1::__cxa_rethrow_primary_exception(nullptr);
34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter);
H A Dexception_object_alignment.pass.cpp27 void *p = __cxxabiv1::__cxa_allocate_exception(16);
31 __cxxabiv1::__cxa_free_exception(p);
H A Duncaught_exceptions.pass.cpp16 // namespace __cxxabiv1 {
22 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); }
27 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); }
H A Dtest_aux_runtime_op_array_new.pass.cpp24 __cxxabiv1::__cxa_throw_bad_array_new_length();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dcxxabi_forced.h39 namespace __cxxabiv1 namespace
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dcxxabi_forced.h39 namespace __cxxabiv1 namespace
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dcxxabi_forced.h39 namespace __cxxabiv1 namespace
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/
H A Dexception.cpp17 using namespace __cxxabiv1;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
H A Dexception.cpp17 using namespace __cxxabiv1;

Completed in 192 milliseconds

1234