Home
last modified time | relevance | path

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

/minix3/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc271 static bool isDependentException(uint64_t cls) in isDependentException() function
283 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; } in realExceptionFromException()
628 if (isDependentException(exception->unwindHeader.exception_class)) in releaseException()
645 assert(isDependentException(ex->unwindHeader.exception_class)); in __cxa_free_dependent_exception()
819 if (isDependentException(ex->unwindHeader.exception_class)) { return; } in __cxa_increment_exception_refcount()