Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Duncaught_exceptions.pass.cpp25 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); } in ~B()
/external/libcxxabi/src/
Dcxa_exception.cpp713 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception()
716 __cxa_uncaught_exceptions() throw() in __cxa_uncaught_exceptions() function
/external/libcxxabi/include/
Dcxxabi.h166 extern unsigned int __cxa_uncaught_exceptions() throw();
/external/libcxx/src/
Dexception.cpp116 return __cxa_uncaught_exceptions(); in uncaught_exceptions()