/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/src/ |
H A D | cxa_unexpected.cpp | 14 namespace __cxxabiv1 namespace 22 } // namespace __cxxabiv1
|
H A D | cxa_virtual.cpp | 13 namespace __cxxabiv1 { namespace
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/ |
H A D | cxa_unexpected.cpp | 14 namespace __cxxabiv1 namespace 22 } // namespace __cxxabiv1
|
H A D | cxa_virtual.cpp | 13 namespace __cxxabiv1 { namespace
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++abi/test/ |
H A D | noexception4.pass.cpp | 16 // 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 D | test_vector1.pass.cpp | 72 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 D | noexception1.pass.cpp | 18 // namespace __cxxabiv1 { 29 __cxxabiv1::__cxa_increment_exception_refcount(nullptr); 34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter);
|
H A D | noexception2.pass.cpp | 18 // namespace __cxxabiv1 { 29 __cxxabiv1::__cxa_decrement_exception_refcount(nullptr); 34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter);
|
H A D | noexception3.pass.cpp | 18 // namespace __cxxabiv1 { 29 __cxxabiv1::__cxa_rethrow_primary_exception(nullptr); 34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter);
|
H A D | exception_object_alignment.pass.cpp | 27 void *p = __cxxabiv1::__cxa_allocate_exception(16); 31 __cxxabiv1::__cxa_free_exception(p);
|
H A D | uncaught_exceptions.pass.cpp | 16 // namespace __cxxabiv1 { 22 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); } 27 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); }
|
H A D | test_aux_runtime_op_array_new.pass.cpp | 24 __cxxabiv1::__cxa_throw_bad_array_new_length();
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/ |
H A D | noexception4.pass.cpp | 16 // 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 D | test_vector1.pass.cpp | 72 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 D | noexception1.pass.cpp | 18 // namespace __cxxabiv1 { 29 __cxxabiv1::__cxa_increment_exception_refcount(nullptr); 34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter);
|
H A D | noexception2.pass.cpp | 18 // namespace __cxxabiv1 { 29 __cxxabiv1::__cxa_decrement_exception_refcount(nullptr); 34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter);
|
H A D | noexception3.pass.cpp | 18 // namespace __cxxabiv1 { 29 __cxxabiv1::__cxa_rethrow_primary_exception(nullptr); 34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter);
|
H A D | exception_object_alignment.pass.cpp | 27 void *p = __cxxabiv1::__cxa_allocate_exception(16); 31 __cxxabiv1::__cxa_free_exception(p);
|
H A D | uncaught_exceptions.pass.cpp | 16 // namespace __cxxabiv1 { 22 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); } 27 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); }
|
H A D | test_aux_runtime_op_array_new.pass.cpp | 24 __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 D | cxxabi_forced.h | 39 namespace __cxxabiv1 namespace
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/ |
H A D | cxxabi_forced.h | 39 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 D | cxxabi_forced.h | 39 namespace __cxxabiv1 namespace
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/src/ |
H A D | exception.cpp | 17 using namespace __cxxabiv1;
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/ |
H A D | exception.cpp | 17 using namespace __cxxabiv1;
|