Searched refs:__cxa_uncaught_exceptions (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | noexception4.pass.cpp | 26 assert(0 == __cxxabiv1::__cxa_uncaught_exceptions()); in main()
|
| H A D | uncaught_exceptions.pass.cpp | 23 ~A() { assert( data_ == __cxxabiv1::__cxa_uncaught_exceptions()); } in ~A()
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_noexception.cpp | 50 __cxa_uncaught_exceptions() throw() { return 0; } in __cxa_uncaught_exceptions() function
|
| H A D | cxa_exception.cpp | 762 __cxa_uncaught_exception() throw() { return __cxa_uncaught_exceptions() != 0; } in __cxa_uncaught_exception() 765 __cxa_uncaught_exceptions() throw() in __cxa_uncaught_exceptions() function
|
| /llvm-project-15.0.7/libcxx/src/support/runtime/ |
| H A D | exception_libcxxabi.ipp | 21 return __cxa_uncaught_exceptions();
|
| /llvm-project-15.0.7/libcxxabi/include/ |
| H A D | cxxabi.h | 161 extern _LIBCXXABI_FUNC_VIS unsigned int __cxa_uncaught_exceptions() throw();
|
| /llvm-project-15.0.7/libcxx/lib/abi/ |
| H A D | CHANGELOG.TXT | 383 libc++ now re-exports `__cxa_throw_bad_array_new_length` and `__cxa_uncaught_exceptions`, 661 Symbol added: __cxa_uncaught_exceptions
|
| H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist | 31 {'is_defined': False, 'name': '__cxa_uncaught_exceptions', 'type': 'FUNC'}
|
| H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist | 59 {'is_defined': False, 'name': '__cxa_uncaught_exceptions', 'type': 'FUNC'}
|
| H A D | powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1089 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_uncaught_exceptions', 'storage_mapping…
|
| H A D | powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1089 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_uncaught_exceptions', 'storage_mapping…
|