Searched refs:thrown_object (Results 1 – 3 of 3) sorted by relevance
43 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object() argument45 return static_cast<__cxa_exception*>(thrown_object) - 1; in cxa_exception_from_thrown_object()201 void __cxa_free_exception(void *thrown_object) throw() { in __cxa_free_exception() argument651 if (thrown_object != NULL ) in __cxa_increment_exception_refcount()668 if (thrown_object != NULL ) in __cxa_decrement_exception_refcount()675 __cxa_free_exception(thrown_object); in __cxa_decrement_exception_refcount()706 __cxa_increment_exception_refcount(thrown_object); in __cxa_current_primary_exception()707 return thrown_object; in __cxa_current_primary_exception()733 __cxa_rethrow_primary_exception(void* thrown_object) in __cxa_rethrow_primary_exception() argument735 if ( thrown_object != NULL ) in __cxa_rethrow_primary_exception()[all …]
26 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount() argument27 if (thrown_object != nullptr) in __cxa_increment_exception_refcount()32 __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount() argument33 if (thrown_object != nullptr) in __cxa_decrement_exception_refcount()41 __cxa_rethrow_primary_exception(void* thrown_object) { in __cxa_rethrow_primary_exception() argument42 if (thrown_object != nullptr) in __cxa_rethrow_primary_exception()
58 void* thrown_object = in demangling_terminate_handler() local68 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()71 const std::exception* e = static_cast<const std::exception*>(thrown_object); in demangling_terminate_handler()