Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dexception.cc262 static const uint64_t dependent_exception_class = variable
275 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException()
280 return cls == dependent_exception_class; in isDependentException()
844 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()