Home
last modified time | relevance | path

Searched refs:__cxa_uncaught_exception (Results 1 – 20 of 20) sorted by relevance

/external/llvm-project/libcxxabi/test/
Duncaught_exception.pass.cpp22 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); } in ~A()
Dnoexception4.pass.cpp25 assert(!__cxxabiv1::__cxa_uncaught_exception()); in main()
/external/libcxxabi/test/
Dnoexception4.pass.cpp26 assert(!__cxxabiv1::__cxa_uncaught_exception()); in main()
Duncaught_exceptions.pass.cpp22 ~A() { assert( __cxxabiv1::__cxa_uncaught_exception()); } in ~A()
/external/libcxxabi/src/
Dcxa_noexception.cpp48 __cxa_uncaught_exception() throw() { return false; } in __cxa_uncaught_exception() function
Dcxa_vector.cpp262 st_terminate exception_guard (__cxa_uncaught_exception ()); in __cxa_vec_dtor()
Dcxa_exception.cpp743 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception() function
/external/llvm-project/libcxxabi/src/
Dcxa_noexception.cpp47 __cxa_uncaught_exception() throw() { return false; } in __cxa_uncaught_exception() function
Dcxa_vector.cpp316 st_terminate exception_guard (__cxa_uncaught_exception ()); in __cxa_vec_dtor()
Dcxa_exception.cpp741 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception() function
/external/libcxx/src/support/runtime/
Dexception_libcxxabi.ipp24 return __cxa_uncaught_exception() ? 1 : 0;
/external/llvm-project/libcxx/src/support/runtime/
Dexception_libcxxabi.ipp23 return __cxa_uncaught_exception() ? 1 : 0;
/external/libcxxabi/include/
Dcxxabi.h160 extern _LIBCXXABI_FUNC_VIS bool __cxa_uncaught_exception() throw();
/external/llvm-project/libcxxabi/include/
Dcxxabi.h160 extern _LIBCXXABI_FUNC_VIS bool __cxa_uncaught_exception() throw();
/external/libcxx/lib/abi/
DCHANGELOG.TXT141 SYMBOL REMOVED: __cxa_uncaught_exception
/external/llvm-project/libcxx/lib/abi/
DCHANGELOG.TXT763 SYMBOL REMOVED: __cxa_uncaught_exception
/external/libcxx/lib/abi/3.9/
Dx86_64-linux-gnu.abilist1894 {'type': 'FUNC', 'name': '__cxa_uncaught_exception'}
/external/libcxx/lib/abi/6.0/
Dx86_64-unknown-linux-gnu.abilist1883 {'is_defined': False, 'name': '__cxa_uncaught_exception', 'type': 'FUNC'}
/external/libcxx/lib/abi/4.0/
Dx86_64-unknown-linux-gnu.abilist1905 {'name': '__cxa_uncaught_exception', 'is_defined': False, 'type': 'FUNC'}
/external/libcxx/lib/abi/5.0/
Dx86_64-unknown-linux-gnu.abilist1883 {'is_defined': False, 'name': '__cxa_uncaught_exception', 'type': 'FUNC'}