Searched refs:__cxa_increment_exception_refcount (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | noexception1.pass.cpp | 28 __cxxabiv1::__cxa_increment_exception_refcount(nullptr); in main() 33 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
|
| /llvm-project-15.0.7/libcxx/src/support/runtime/ |
| H A D | exception_pointer_cxxabi.ipp | 23 __cxa_increment_exception_refcount(__ptr_); 30 __cxa_increment_exception_refcount(other.__ptr_);
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | cxa_noexception.cpp | 26 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount() function
|
| H A D | cxa_exception.cpp | 650 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount() function 706 __cxa_increment_exception_refcount(thrown_object); in __cxa_current_primary_exception() 743 __cxa_increment_exception_refcount(thrown_object); in __cxa_rethrow_primary_exception()
|
| /llvm-project-15.0.7/libcxxabi/include/ |
| H A D | cxxabi.h | 155 __cxa_increment_exception_refcount(void *primary_exception) throw();
|
| /llvm-project-15.0.7/libcxx/lib/abi/ |
| H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist | 28 {'is_defined': False, 'name': '__cxa_increment_exception_refcount', 'type': 'FUNC'}
|
| H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist | 54 {'is_defined': False, 'name': '__cxa_increment_exception_refcount', 'type': 'FUNC'}
|
| H A D | powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1084 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_increment_exception_refcount', 'storag…
|
| H A D | powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1084 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_increment_exception_refcount', 'storag…
|