Home
last modified time | relevance | path

Searched defs:__cxa_uncaught_exception (Results 1 – 2 of 2) sorted by relevance

/external/libcxxabi/src/
Dcxa_noexception.cpp48 __cxa_uncaught_exception() throw() { return false; } in __cxa_uncaught_exception() function
Dcxa_exception.cpp743 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception() function