Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libcxxrt/
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()
815 ex->unwindHeader.exception_class = dependent_exception_class; in __cxa_rethrow_primary_exception()