/external/libcxxabi/test/ |
D | test_vector1.pass.cpp | 72 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack() 73 …~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack() 81 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL ); in test_empty() 82 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 ); in test_empty() 83 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty() 85 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL ); in test_empty() 86 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 ); in test_empty() 87 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); in test_empty() 90 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct ); in test_empty() 91 …two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2… in test_empty() [all …]
|
D | noexception4.pass.cpp | 25 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception()); in main() 26 assert(!__cxxabiv1::__cxa_uncaught_exception()); in main() 27 assert(0 == __cxxabiv1::__cxa_uncaught_exceptions()); in main()
|
D | test_exception_storage.pass.cpp | 20 typedef __cxxabiv1::__cxa_eh_globals globals_t ; 26 glob1 = __cxxabiv1::__cxa_get_globals (); in thread_code() 30 glob2 = __cxxabiv1::__cxa_get_globals_fast (); in thread_code()
|
D | noexception1.pass.cpp | 29 __cxxabiv1::__cxa_increment_exception_refcount(nullptr); in main() 34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
|
D | noexception2.pass.cpp | 29 __cxxabiv1::__cxa_decrement_exception_refcount(nullptr); in main() 34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()
|
D | noexception3.pass.cpp | 29 __cxxabiv1::__cxa_rethrow_primary_exception(nullptr); in main() 34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter); in main()
|
D | uncaught_exceptions.pass.cpp | 22 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); } in ~A() 27 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); } in ~B()
|
D | test_demangle.pass.cpp | 29676 char* demang = __cxxabiv1::__cxa_demangle(cases[i][0], buf, &len, &status); in test() 29706 char* demang = __cxxabiv1::__cxa_demangle(invalid_cases[i], buf, &len, &status); in test2() 29728 char* demang = __cxxabiv1::__cxa_demangle(fpCase->mangled, buf, &len, &status); in testFPLiterals()
|
D | test_vector2.pass.cpp | 58 …vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, … in vec_on_stack() 59 …~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, … in ~vec_on_stack()
|
D | test_aux_runtime_op_array_new.pass.cpp | 24 __cxxabiv1::__cxa_throw_bad_array_new_length(); in bad_array_new_length_test()
|
D | cxa_thread_atexit_test.pass.cpp | 28 int RV = __cxxabiv1::__cxa_thread_atexit( in main()
|
D | test_vector3.pass.cpp | 57 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>); in main()
|
/external/libcxxabi/src/ |
D | cxa_exception_storage.cpp | 21 namespace __cxxabiv1 { namespace 31 namespace __cxxabiv1 { namespace 55 namespace __cxxabiv1 { namespace
|
D | cxa_unexpected.cpp | 14 namespace __cxxabiv1 namespace
|
D | cxa_virtual.cpp | 13 namespace __cxxabiv1 { namespace
|
D | fallback_malloc.h | 15 namespace __cxxabiv1 {
|
D | cxa_aux_runtime.cpp | 17 namespace __cxxabiv1 { namespace
|
D | cxa_noexception.cpp | 23 namespace __cxxabiv1 { namespace
|
/external/libcxxabi/include/ |
D | cxxabi.h | 38 namespace __cxxabiv1 { 173 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/libcxx/src/ |
D | exception.cpp | 17 using namespace __cxxabiv1;
|
/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 | 43 namespace __cxxabiv1 { namespace 58 if (__cxxabiv1::__cxa_demangle) in DemangleCXXABI() 60 __cxxabiv1::__cxa_demangle(name, 0, 0, 0)) in DemangleCXXABI()
|
/external/libcxx/test/support/ |
D | demangle.h | 37 char* out = __cxxabiv1::__cxa_demangle(mangled_name, nullptr, nullptr, &status); in demangle()
|