Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dnoexception4.pass.cpp27 assert(0 == __cxxabiv1::__cxa_uncaught_exceptions()); in main()
Duncaught_exceptions.pass.cpp27 ~B() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); } in ~B()
/external/libcxxabi/src/
Dcxa_noexception.cpp51 __cxa_uncaught_exceptions() throw() { return 0; } in __cxa_uncaught_exceptions() function
Dcxa_exception.cpp743 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception()
746 __cxa_uncaught_exceptions() throw() in __cxa_uncaught_exceptions() function
/external/libcxx/src/support/runtime/
Dexception_libcxxabi.ipp22 return __cxa_uncaught_exceptions();
/external/libcxxabi/include/
Dcxxabi.h161 extern _LIBCXXABI_FUNC_VIS unsigned int __cxa_uncaught_exceptions() throw();
/external/libcxx/lib/abi/
DCHANGELOG.TXT142 Symbol added: __cxa_uncaught_exceptions
Dx86_64-unknown-linux-gnu.v1.abilist1861 {'name': '__cxa_uncaught_exceptions', 'is_defined': False, 'type': 'FUNC'}