Home
last modified time | relevance | path

Searched refs:thrown_object_from_cxa_exception (Results 1 – 1 of 1) sorted by relevance

/external/libcxxabi/src/
Dcxa_exception.cpp54 thrown_object_from_cxa_exception(__cxa_exception* exception_header) in thrown_object_from_cxa_exception() function
198 return thrown_object_from_cxa_exception(exception_header); in __cxa_allocate_exception()
540 … __cxa_decrement_exception_refcount(thrown_object_from_cxa_exception(exception_header)); in __cxa_end_catch()
686 void* thrown_object = thrown_object_from_cxa_exception(exception_header); in __cxa_current_primary_exception()