Searched defs:thrown_object (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/cxx/cxxabi/
H A Dcxa_noexception.cpp26 __cxa_increment_exception_refcount(void *thrown_object) throw() { argument
32 __cxa_decrement_exception_refcount(void *thrown_object) throw() { argument
41 __cxa_rethrow_primary_exception(void* thrown_object) { argument
H A Dcxa_default_handlers.cpp42 void* thrown_object = local
H A Dcxa_exception.cpp43 cxa_exception_from_thrown_object(void* thrown_object) argument
202 void __cxa_free_exception(void *thrown_object) throw() { argument
258 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (*dest)(void *)) { argument
630 __cxa_increment_exception_refcount(void *thrown_object) thro argument
647 __cxa_decrement_exception_refcount(void *thrown_object) argument
685 void* thrown_object = thrown_object_from_cxa_exception(exception_header); local
713 __cxa_rethrow_primary_exception(void* thrown_object) argument
[all...]

Completed in 44 milliseconds