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

/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc263 static bool isDependentException(uint64_t cls) function
275 if (!isDependentException(ex->unwindHeader.exception_class)) { return ex; }
620 if (isDependentException(exception->unwindHeader.exception_class))
637 assert(isDependentException(ex->unwindHeader.exception_class));
803 if (isDependentException(ex->unwindHeader.exception_class)) { return; }

Completed in 52 milliseconds