Home
last modified time | relevance | path

Searched refs:__cxxabiv1 (Results 1 – 25 of 43) sorted by relevance

12

/external/libcxxabi/test/
Dtest_vector1.pass.cpp72 …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 …]
Dnoexception4.pass.cpp25 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()
Dtest_exception_storage.pass.cpp20 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()
Dnoexception1.pass.cpp29 __cxxabiv1::__cxa_increment_exception_refcount(nullptr); in main()
34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
Dnoexception2.pass.cpp29 __cxxabiv1::__cxa_decrement_exception_refcount(nullptr); in main()
34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()
Dnoexception3.pass.cpp29 __cxxabiv1::__cxa_rethrow_primary_exception(nullptr); in main()
34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter); in main()
Duncaught_exceptions.pass.cpp22 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); } in ~A()
27 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); } in ~B()
Dtest_demangle.pass.cpp29676 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()
Dtest_vector2.pass.cpp58 …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()
Dtest_aux_runtime_op_array_new.pass.cpp24 __cxxabiv1::__cxa_throw_bad_array_new_length(); in bad_array_new_length_test()
Dcxa_thread_atexit_test.pass.cpp28 int RV = __cxxabiv1::__cxa_thread_atexit( in main()
Dtest_vector3.pass.cpp57 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>); in main()
/external/libcxxabi/src/
Dcxa_exception_storage.cpp21 namespace __cxxabiv1 { namespace
31 namespace __cxxabiv1 { namespace
55 namespace __cxxabiv1 { namespace
Dcxa_unexpected.cpp14 namespace __cxxabiv1 namespace
Dcxa_virtual.cpp13 namespace __cxxabiv1 { namespace
Dfallback_malloc.h15 namespace __cxxabiv1 {
Dcxa_aux_runtime.cpp17 namespace __cxxabiv1 { namespace
Dcxa_noexception.cpp23 namespace __cxxabiv1 { namespace
/external/libcxxabi/include/
Dcxxabi.h38 namespace __cxxabiv1 {
173 namespace abi = __cxxabiv1;
/external/clang/test/CodeGenCXX/
Drtti-fundamental.cpp9 namespace __cxxabiv1 { namespace
D2006-03-06-C++RecurseCrash.cpp12 namespace __cxxabiv1 { namespace
/external/libcxx/src/
Dexception.cpp17 using namespace __cxxabiv1;
/external/compiler-rt/lib/ubsan/
Dubsan_type_hash_itanium.cc34 namespace __cxxabiv1 { namespace
74 namespace abi = __cxxabiv1;
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_posix_libcdep.cc43 namespace __cxxabiv1 { namespace
58 if (__cxxabiv1::__cxa_demangle) in DemangleCXXABI()
60 __cxxabiv1::__cxa_demangle(name, 0, 0, 0)) in DemangleCXXABI()
/external/libcxx/test/support/
Ddemangle.h37 char* out = __cxxabiv1::__cxa_demangle(mangled_name, nullptr, nullptr, &status); in demangle()

12