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

12

/external/libcxxabi/src/
H A Dcxa_virtual.cpp13 namespace __cxxabiv1 namespace
H A Dcxa_aux_runtime.cpp16 namespace __cxxabiv1 namespace
H A Dcxa_unexpected.cpp14 namespace __cxxabiv1 namespace
26 } // namespace __cxxabiv1
H A Dcxa_exception_storage.cpp20 namespace __cxxabiv1 { namespace
30 namespace __cxxabiv1 {
55 namespace __cxxabiv1 { namespace
H A Dcxa_default_handlers.cpp28 using namespace __cxxabiv1;
H A Dcxa_exception.hpp21 namespace __cxxabiv1 { namespace
123 } // namespace __cxxabiv1
H A Dcxa_handlers.cpp86 using namespace __cxxabiv1;
H A Dcxa_guard.cpp28 namespace __cxxabiv1 namespace
257 } // __cxxabiv1
H A Dprivate_typeinfo.h16 namespace __cxxabiv1 namespace
246 } // __cxxabiv1
H A Dcxa_vector.cpp18 namespace __cxxabiv1 { namespace
H A Dcxa_exception.cpp37 namespace __cxxabiv1 { namespace
H A Dprivate_typeinfo.cpp55 namespace __cxxabiv1 namespace
1167 } // __cxxabiv1
/external/libcxxabi/test/
H A Dtest_vector1.cpp60 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
61 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
69 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL );
70 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
71 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
73 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL );
74 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 );
75 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
78 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
79 two = __cxxabiv1
[all...]
H A Dtest_vector2.cpp56 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 Dtest_exception_storage.cpp22 typedef __cxxabiv1::__cxa_eh_globals globals_t ;
28 glob1 = __cxxabiv1::__cxa_get_globals ();
32 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
H A Dtest_vector3.cpp55 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
H A Dtest_demangle.cpp138 {"_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 Drtti-fundamental.cpp9 namespace __cxxabiv1 { namespace
H A D2006-03-06-C++RecurseCrash.cpp12 namespace __cxxabiv1 { namespace
/external/libcxx/src/
H A Dtypeinfo.cpp58 void __cxxabiv1::__cxa_bad_typeid()
64 void __cxxabiv1::__cxa_bad_cast()
H A Dexception.cpp22 using namespace __cxxabiv1;
34 using namespace __cxxabiv1;
/external/libcxx/include/
H A Dcxxabi.h39 // runtime routines use C calling conventions, but are in __cxxabiv1 namespace
40 namespace __cxxabiv1 { namespace
181 } // namespace __cxxabiv1
183 namespace abi = __cxxabiv1;
/external/libcxxabi/include/
H A Dcxxabi.h39 // runtime routines use C calling conventions, but are in __cxxabiv1 namespace
40 namespace __cxxabiv1 { namespace
181 } // namespace __cxxabiv1
183 namespace abi = __cxxabiv1;
/external/compiler-rt/lib/ubsan/
H A Dubsan_type_hash.cc33 namespace __cxxabiv1 { namespace
73 namespace abi = __cxxabiv1;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_posix_libcdep.cc35 namespace __cxxabiv1 { namespace
43 // Attempts to demangle the name via __cxa_demangle from __cxxabiv1.
50 if (__cxxabiv1::__cxa_demangle)
52 __cxxabiv1::__cxa_demangle(name, 0, 0, 0))

Completed in 208 milliseconds

12