OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__cxa_uncaught_exceptions
(Results
1 - 3
of
3
) sorted by null
/external/libcxxabi/src/
cxa_noexception.cpp
54
__cxa_uncaught_exceptions
() throw() { return 0; }
function
cxa_exception.cpp
686
__cxa_uncaught_exception() throw() { return
__cxa_uncaught_exceptions
() != 0; }
689
__cxa_uncaught_exceptions
() throw()
function
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.cpp
702
__cxa_uncaught_exception() throw() { return
__cxa_uncaught_exceptions
() != 0; }
705
__cxa_uncaught_exceptions
() throw()
function
Completed in 245 milliseconds