Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libcxxrt/
H A Dexception.cc259 static const uint64_t dependent_exception_class = variable
272 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException()
277 return cls == dependent_exception_class; in isDependentException()
809 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()