Searched refs:__cxa_increment_exception_refcount (Results 1 – 12 of 12) sorted by relevance
/llvm-project/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/libcxx/src/support/runtime/ |
H A D | exception_pointer_cxxabi.ipp | 19 __cxa_increment_exception_refcount(__ptr_); 24 __cxa_increment_exception_refcount(other.__ptr_); 34 __cxa_increment_exception_refcount(ptr.__ptr_);
|
/llvm-project/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 | 671 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_init_primary_exception() function 727 __cxa_increment_exception_refcount(thrown_object); in __cxa_init_primary_exception() 764 __cxa_increment_exception_refcount(thrown_object); in __cxa_init_primary_exception()
|
/llvm-project/libcxxabi/include/ |
H A D | cxxabi.h | 175 __cxa_increment_exception_refcount(void *primary_exception) _LIBCXXABI_NOEXCEPT;
|
/llvm-project/libcxx/lib/abi/ |
H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist | 57 {'is_defined': False, 'name': '__cxa_increment_exception_refcount', 'type': 'FUNC'}
|
H A D | x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist | 59 {'is_defined': False, 'name': '__cxa_increment_exception_refcount', 'type': 'FUNC'}
|
H A D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist | 31 {'is_defined': False, 'name': '__cxa_increment_exception_refcount', 'type': 'FUNC'}
|
H A D | i686-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist | 2310 {'is_defined': True, 'name': '__cxa_increment_exception_refcount', 'type': 'FUNC'}
|
H A D | x86_64-linux-android21.libcxxabi.v1.stable.exceptions.nonew.abilist | 2304 {'is_defined': True, 'name': '__cxa_increment_exception_refcount', 'type': 'FUNC'}
|
H A D | powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1113 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_increment_exception_refcount', 'storage_mapping_class': 'DS', 'type': 'FUNC'}
|
H A D | powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1113 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_increment_exception_refcount', 'storage_mapping_class': 'DS', 'type': 'FUNC'}
|