/external/libcxxabi/test/ |
D | test_vector1.pass.cpp | 61 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack() 62 …~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack() 70 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); in test_empty() 71 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty() 72 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 74 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); in test_empty() 75 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); in test_empty() 76 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); in test_empty() 79 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty() 80 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() [all …]
|
D | test_exception_storage.pass.cpp | 22 typedef __cxxabiv1::__cxa_eh_globals globals_t ; 28 glob1 = __cxxabiv1::__cxa_get_globals (); in thread_code() 32 glob2 = __cxxabiv1::__cxa_get_globals_fast (); in thread_code()
|
D | uncaught_exceptions.pass.cpp | 20 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); } in ~A() 25 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); } in ~B()
|
D | test_vector2.pass.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.pass.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_aux_runtime_op_array_new.pass.cpp | 22 __cxxabiv1::__cxa_throw_bad_array_new_length(); in bad_array_new_length_test()
|
D | cxa_thread_atexit_test.pass.cpp | 27 int RV = __cxxabiv1::__cxa_thread_atexit( in main()
|
D | test_vector3.pass.cpp | 55 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>); in main()
|
/external/libcxxabi/src/ |
D | cxa_exception_storage.cpp | 20 namespace __cxxabiv1 { namespace 30 namespace __cxxabiv1 { namespace 55 namespace __cxxabiv1 { namespace
|
D | cxa_virtual.cpp | 13 namespace __cxxabiv1 namespace
|
D | cxa_unexpected.cpp | 14 namespace __cxxabiv1 namespace
|
D | cxa_thread_atexit.cpp | 12 namespace __cxxabiv1 { namespace
|
D | cxa_aux_runtime.cpp | 17 namespace __cxxabiv1 namespace
|
D | cxa_handlers.cpp | 86 using namespace __cxxabiv1; in terminate()
|
D | cxa_exception.hpp | 21 namespace __cxxabiv1 { namespace
|
D | cxa_default_handlers.cpp | 28 using namespace __cxxabiv1; in default_terminate_handler()
|
/external/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()
|
D | exception.cpp | 22 using namespace __cxxabiv1; 34 using namespace __cxxabiv1;
|
/external/libcxxabi/include/ |
D | cxxabi.h | 34 namespace __cxxabiv1 { 177 namespace abi = __cxxabiv1;
|
/external/clang/test/CodeGenCXX/ |
D | rtti-fundamental.cpp | 9 namespace __cxxabiv1 { namespace
|
D | 2006-03-06-C++RecurseCrash.cpp | 12 namespace __cxxabiv1 { namespace
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_itanium.cc | 34 namespace __cxxabiv1 { namespace 74 namespace abi = __cxxabiv1;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_posix_libcdep.cc | 41 namespace __cxxabiv1 { namespace 56 if (__cxxabiv1::__cxa_demangle) in DemangleCXXABI() 58 __cxxabiv1::__cxa_demangle(name, 0, 0, 0)) in DemangleCXXABI()
|
/external/valgrind/drd/tests/ |
D | std_thread.cpp | 36 } __catch(const __cxxabiv1::__forced_unwind&) { in execute_native_thread_routine()
|
D | std_thread2.cpp | 41 } __catch(const __cxxabiv1::__forced_unwind&) { in execute_native_thread_routine()
|