Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.hpp74 void* primaryException; member
98 void* primaryException; member
Dcxa_exception.cpp452 offsetof(__cxa_dependent_exception, primaryException), in __cxa_end_catch()
498 … cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_end_catch()
654 exception_header = cxa_exception_from_thrown_object(dep_exception_header->primaryException); in __cxa_current_primary_exception()
675 __cxa_decrement_exception_refcount(dep_exception_header->primaryException); in dependent_exception_cleanup()
693 dep_exception_header->primaryException = thrown_object; in __cxa_rethrow_primary_exception()
Dcxa_default_handlers.cpp45 ((__cxa_dependent_exception*)exception_header)->primaryException : in default_terminate_handler()
Dcxa_personality.cpp490 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException; in get_thrown_object_ptr()
1246 ((__cxa_dependent_exception*)new_exception_header)->primaryException : in __cxa_call_unexpected()