Home
last modified time | relevance | path

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

/external/libcxxabi/src/
Dcxa_exception.cpp88 static bool isOurExceptionClass(const _Unwind_Exception* unwind_exception) { in isOurExceptionClass() function
281 if (isOurExceptionClass(unwind_exception)) in __cxa_begin_cleanup()
324 if (isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_end_cleanup_impl()
389 bool native_exception = isOurExceptionClass(unwind_exception); in __cxa_begin_catch()
466 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_end_catch()
531 if (!isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_exception_type()
556 bool native_exception = isOurExceptionClass(&exception_header->unwindHeader); in __cxa_rethrow()
649 if (!isOurExceptionClass(&exception_header->unwindHeader)) in __cxa_current_primary_exception()