Home
last modified time | relevance | path

Searched refs:__cxa_uncaught_exceptions (Results 1 – 16 of 16) 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/llvm-project/libcxxabi/test/
Dnoexception4.pass.cpp26 assert(0 == __cxxabiv1::__cxa_uncaught_exceptions()); in main()
Duncaught_exceptions.pass.cpp20 ~A() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); } in ~A()
/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/llvm-project/libcxxabi/src/
Dcxa_noexception.cpp50 __cxa_uncaught_exceptions() throw() { return 0; } in __cxa_uncaught_exceptions() function
Dcxa_exception.cpp741 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception()
744 __cxa_uncaught_exceptions() throw() in __cxa_uncaught_exceptions() function
/external/libcxx/src/support/runtime/
Dexception_libcxxabi.ipp22 return __cxa_uncaught_exceptions();
/external/llvm-project/libcxx/src/support/runtime/
Dexception_libcxxabi.ipp21 return __cxa_uncaught_exceptions();
/external/libcxxabi/include/
Dcxxabi.h161 extern _LIBCXXABI_FUNC_VIS unsigned int __cxa_uncaught_exceptions() throw();
/external/llvm-project/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'}
/external/llvm-project/libcxx/lib/abi/
DCHANGELOG.TXT365 libc++ now re-exports `__cxa_throw_bad_array_new_length` and `__cxa_uncaught_exceptions`,
764 Symbol added: __cxa_uncaught_exceptions
Dx86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist55 {'is_defined': False, 'name': '__cxa_uncaught_exceptions', 'type': 'FUNC'}