/external/libcxxabi/src/ |
H A D | cxa_virtual.cpp | 13 namespace __cxxabiv1 namespace
|
H A D | cxa_unexpected.cpp | 14 namespace __cxxabiv1 namespace 26 } // namespace __cxxabiv1
|
H A D | cxa_aux_runtime.cpp | 17 namespace __cxxabiv1 namespace
|
H A D | cxa_thread_atexit.cpp | 12 namespace __cxxabiv1 { namespace 28 } // namespace __cxxabiv1
|
H A D | cxa_exception_storage.cpp | 20 namespace __cxxabiv1 { namespace 30 namespace __cxxabiv1 { 55 namespace __cxxabiv1 { namespace
|
H A D | cxa_default_handlers.cpp | 28 using namespace __cxxabiv1;
|
H A D | cxa_exception.hpp | 21 namespace __cxxabiv1 { namespace 123 } // namespace __cxxabiv1
|
H A D | cxa_handlers.cpp | 86 using namespace __cxxabiv1;
|
/external/libcxxabi/test/ |
H A D | test_vector1.pass.cpp | 61 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} 62 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); } 70 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); 71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); 72 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); 74 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); 75 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); 76 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); 79 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); 80 two = __cxxabiv1 [all...] |
H A D | uncaught_exceptions.pass.cpp | 14 // namespace __cxxabiv1 { 20 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); } 25 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); }
|
H A D | test_aux_runtime_op_array_new.pass.cpp | 22 __cxxabiv1::__cxa_throw_bad_array_new_length();
|
H A D | cxa_thread_atexit_test.pass.cpp | 27 int RV = __cxxabiv1::__cxa_thread_atexit(
|
H A D | test_vector2.pass.cpp | 56 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {} 57 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
|
H A D | test_exception_storage.pass.cpp | 22 typedef __cxxabiv1::__cxa_eh_globals globals_t ; 28 glob1 = __cxxabiv1::__cxa_get_globals (); 32 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
|
H A D | test_vector3.pass.cpp | 55 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
|
H A D | test_demangle.pass.cpp | 138 {"_ZN10__cxxabiv112__unexpectedEPFvvE", "__cxxabiv1::__unexpected(void (*)())"}, 139 {"_ZN10__cxxabiv111__terminateEPFvvE", "__cxxabiv1::__terminate(void (*)())"}, 435 {"_ZNKSt9type_info11__do_upcastEPKN10__cxxabiv117__class_type_infoEPPv", "std::type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const"}, 436 {"_ZNK10__cxxabiv117__class_type_info10__do_catchEPKSt9type_infoPPvj", "__cxxabiv1::__class_type_info::__do_catch(std::type_info const*, void**, unsigned int) const"}, 437 {"_ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PPv", "__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1::__class_type_info const*, void**) const"}, 438 {"_ZNK10__cxxabiv117__class_type_info20__do_find_public_srcElPKvPKS0_S2_", "__cxxabiv1::__class_type_info::__do_find_public_src(long, void const*, __cxxabiv1::__class_type_info const*, void const*) const"}, 439 {"_ZNK10__cxxabiv117__class_type_info11__do_upcastEPKS0_PKvRNS0_15__upcast_resultE", "__cxxabiv1::__class_type_info::__do_upcast(__cxxabiv1 [all...] |
/external/clang/test/CodeGenCXX/ |
H A D | rtti-fundamental.cpp | 9 namespace __cxxabiv1 { namespace
|
H A D | 2006-03-06-C++RecurseCrash.cpp | 12 namespace __cxxabiv1 { namespace
|
/external/libcxx/src/ |
H A D | typeinfo.cpp | 58 void __cxxabiv1::__cxa_bad_typeid() 64 void __cxxabiv1::__cxa_bad_cast()
|
H A D | exception.cpp | 22 using namespace __cxxabiv1; 34 using namespace __cxxabiv1;
|
/external/valgrind/drd/tests/ |
H A D | std_thread.cpp | 36 } __catch(const __cxxabiv1::__forced_unwind&) { argument
|
H A D | std_thread2.cpp | 41 } __catch(const __cxxabiv1::__forced_unwind&) { argument
|
/external/libcxxabi/include/ |
H A D | cxxabi.h | 33 // runtime routines use C calling conventions, but are in __cxxabiv1 namespace 34 namespace __cxxabiv1 { namespace 175 } // namespace __cxxabiv1 177 namespace abi = __cxxabiv1;
|
/external/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash_itanium.cc | 34 namespace __cxxabiv1 { namespace 74 namespace abi = __cxxabiv1;
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_symbolizer_posix_libcdep.cc | 41 namespace __cxxabiv1 { namespace 49 // Attempts to demangle the name via __cxa_demangle from __cxxabiv1. 56 if (__cxxabiv1::__cxa_demangle) 58 __cxxabiv1::__cxa_demangle(name, 0, 0, 0))
|