HomeSort by relevance Sort by last modified time
    Searched refs:__cxxabiv1 (Results 1 - 25 of 41) sorted by null

1 2

  /external/libcxxabi/src/
cxa_unexpected.cpp 14 namespace __cxxabiv1 namespace
22 } // namespace __cxxabiv1
cxa_virtual.cpp 13 namespace __cxxabiv1 { namespace
fallback_malloc.h 16 namespace __cxxabiv1 { namespace
27 } // namespace __cxxabiv1
cxa_aux_runtime.cpp 17 namespace __cxxabiv1 { namespace
cxa_noexception.cpp 22 namespace __cxxabiv1 { namespace
cxa_exception_storage.cpp 20 namespace __cxxabiv1 { namespace
30 namespace __cxxabiv1 {
54 namespace __cxxabiv1 { namespace
cxa_handlers.cpp 78 using namespace __cxxabiv1;
  /external/libcxxabi/test/
noexception4.pass.cpp 16 // namespace __cxxabiv1 {
25 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception());
26 assert(!__cxxabiv1::__cxa_uncaught_exception());
27 assert(0 == __cxxabiv1::__cxa_uncaught_exceptions());
test_vector1.pass.cpp 72 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
73 ~vec_on_stack () CAN_THROW {__cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
81 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, NULL, NULL );
82 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc2 );
83 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
85 __cxxabiv1::__cxa_vec_delete ( one, 40, 0, NULL );
86 __cxxabiv1::__cxa_vec_delete2( two, 40, 0, NULL, my_dealloc2 );
87 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
90 one = __cxxabiv1::__cxa_vec_new ( 10, 40, 0, my_construct, my_destruct );
91 two = __cxxabiv1::__cxa_vec_new2( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc2 )
    [all...]
noexception1.pass.cpp 18 // namespace __cxxabiv1 {
29 __cxxabiv1::__cxa_increment_exception_refcount(nullptr);
34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter);
noexception2.pass.cpp 18 // namespace __cxxabiv1 {
29 __cxxabiv1::__cxa_decrement_exception_refcount(nullptr);
34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter);
noexception3.pass.cpp 18 // namespace __cxxabiv1 {
29 __cxxabiv1::__cxa_rethrow_primary_exception(nullptr);
34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter);
exception_object_alignment.pass.cpp 27 void *p = __cxxabiv1::__cxa_allocate_exception(16);
31 __cxxabiv1::__cxa_free_exception(p);
uncaught_exceptions.pass.cpp 16 // namespace __cxxabiv1 {
22 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); }
27 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); }
test_aux_runtime_op_array_new.pass.cpp 24 __cxxabiv1::__cxa_throw_bad_array_new_length();
cxa_thread_atexit_test.pass.cpp 28 int RV = __cxxabiv1::__cxa_thread_atexit(
test_vector2.pass.cpp 58 vec_on_stack () : storage ( __cxxabiv1::__cxa_vec_new ( 10, 40, 8, throw_construct, throw_destruct )) {}
59 ~vec_on_stack () { __cxxabiv1::__cxa_vec_delete ( storage, 40, 8, throw_destruct ); }
test_exception_storage.pass.cpp 20 typedef __cxxabiv1::__cxa_eh_globals globals_t ;
26 glob1 = __cxxabiv1::__cxa_get_globals ();
30 glob2 = __cxxabiv1::__cxa_get_globals_fast ();
test_vector3.pass.cpp 57 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
test_demangle.pass.cpp 138 {"_ZN10__cxxabiv112__unexpectedEPFvvE", "__cxxabiv1::__unexpected(void (*)())"},
139 {"_ZN10__cxxabiv111__terminateEPFvvE", "__cxxabiv1::__terminate(void (*)())"},
    [all...]
  /external/clang/test/CodeGenCXX/
rtti-fundamental.cpp 9 namespace __cxxabiv1 { namespace
2006-03-06-C++RecurseCrash.cpp 12 namespace __cxxabiv1 { namespace
  /external/libcxx/src/
exception.cpp 17 using namespace __cxxabiv1;
  /device/google/contexthub/firmware/lib/libc/
cxa.cpp 5 namespace __cxxabiv1 namespace
43 } // namespace __cxxabiv1
  /external/libcxx/test/support/
demangle.h 37 char* out = __cxxabiv1::__cxa_demangle(mangled_name, nullptr, nullptr, &status);

Completed in 813 milliseconds

1 2