Searched refs:__cxa_uncaught_exceptions (Results 1 – 4 of 4) sorted by relevance
25 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); } in ~B()
713 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception()716 __cxa_uncaught_exceptions() throw() in __cxa_uncaught_exceptions() function
166 extern unsigned int __cxa_uncaught_exceptions() throw();
116 return __cxa_uncaught_exceptions(); in uncaught_exceptions()