Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc247 static const uint64_t dependent_exception_class = variable
260 return (cls == exception_class) || (cls == dependent_exception_class); in isCXXException()
265 return cls == dependent_exception_class; in isDependentException()
795 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()