Searched refs:thrown_object (Results 1 – 6 of 6) sorted by relevance
44 cxa_exception_from_thrown_object(void* thrown_object) in cxa_exception_from_thrown_object() argument46 return static_cast<__cxa_exception*>(thrown_object) - 1; in cxa_exception_from_thrown_object()203 void __cxa_free_exception(void *thrown_object) throw() { in __cxa_free_exception() argument207 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()259 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { in __cxa_throw() argument261 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()644 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount() argument645 if (thrown_object != NULL ) in __cxa_increment_exception_refcount()647 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()661 void __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount() argument[all …]
27 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount() argument28 if (thrown_object != nullptr) in __cxa_increment_exception_refcount()33 __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount() argument34 if (thrown_object != nullptr) in __cxa_decrement_exception_refcount()42 __cxa_rethrow_primary_exception(void* thrown_object) { in __cxa_rethrow_primary_exception() argument43 if (thrown_object != nullptr) in __cxa_rethrow_primary_exception()
42 void* thrown_object = in demangling_terminate_handler() local62 if (catch_type->can_catch(thrown_type, thrown_object)) in demangling_terminate_handler()65 const std::exception* e = static_cast<const std::exception*>(thrown_object); in demangling_terminate_handler()
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() argument205 ((char *)cxa_exception_from_thrown_object(thrown_object)) - header_offset; in __cxa_free_exception()257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (_LIBCXXABI_DTOR_FUNC *dest)(void *)) { in __cxa_throw() argument259 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_throw()650 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount() argument651 if (thrown_object != NULL ) in __cxa_increment_exception_refcount()653 __cxa_exception* exception_header = cxa_exception_from_thrown_object(thrown_object); in __cxa_increment_exception_refcount()667 void __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount() argument[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()