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

/openbsd-current/gnu/llvm/libcxxabi/src/
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_exception.cpp43 cxa_exception_from_thrown_object(void* thrown_object) argument
201 void __cxa_free_exception(void *thrown_object) throw() { argument
257 __cxa_throw(void *thrown_object, std::type_info *tinfo, void (_LIBCXXABI_DTOR_FUNC *dest)(void *)) { argument
650 __cxa_increment_exception_refcount(void *thrown_object) thro argument
667 __cxa_decrement_exception_refcount(void *thrown_object) argument
705 void* thrown_object = thrown_object_from_cxa_exception(exception_header); local
733 __cxa_rethrow_primary_exception(void* thrown_object) argument
[all...]

Completed in 72 milliseconds