Searched refs:__cxa_decrement_exception_refcount (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/libcxxabi/test/ |
D | noexception2.pass.cpp | 28 __cxxabiv1::__cxa_decrement_exception_refcount(nullptr); in main() 33 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()
|
/external/libcxxabi/test/ |
D | noexception2.pass.cpp | 29 __cxxabiv1::__cxa_decrement_exception_refcount(nullptr); in main() 34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter); in main()
|
/external/libcxx/src/support/runtime/ |
D | exception_pointer_cxxabi.ipp | 18 __cxa_decrement_exception_refcount(__ptr_); 32 __cxa_decrement_exception_refcount(__ptr_);
|
/external/llvm-project/libcxx/src/support/runtime/ |
D | exception_pointer_cxxabi.ipp | 17 __cxa_decrement_exception_refcount(__ptr_); 31 __cxa_decrement_exception_refcount(__ptr_);
|
/external/llvm-project/libcxxabi/src/ |
D | cxa_exception.cpp | 140 __cxa_decrement_exception_refcount(unwind_exception + 1); in exception_cleanup_func() 538 … __cxa_decrement_exception_refcount(thrown_object_from_cxa_exception(exception_header)); in __cxa_end_catch() 646 void __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount() function 703 __cxa_decrement_exception_refcount(dep_exception_header->primaryException); in dependent_exception_cleanup()
|
D | cxa_noexception.cpp | 32 __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount() function
|
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 141 __cxa_decrement_exception_refcount(unwind_exception + 1); in exception_cleanup_func() 540 … __cxa_decrement_exception_refcount(thrown_object_from_cxa_exception(exception_header)); in __cxa_end_catch() 648 void __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount() function 705 __cxa_decrement_exception_refcount(dep_exception_header->primaryException); in dependent_exception_cleanup()
|
D | cxa_noexception.cpp | 33 __cxa_decrement_exception_refcount(void *thrown_object) throw() { in __cxa_decrement_exception_refcount() function
|
/external/libcxxabi/include/ |
D | cxxabi.h | 157 __cxa_decrement_exception_refcount(void *primary_exception) throw();
|
/external/llvm-project/libcxxabi/include/ |
D | cxxabi.h | 157 __cxa_decrement_exception_refcount(void *primary_exception) throw();
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1882 {'type': 'FUNC', 'name': '__cxa_decrement_exception_refcount'}
|
/external/libcxx/lib/abi/ |
D | x86_64-unknown-linux-gnu.v1.abilist | 1850 {'name': '__cxa_decrement_exception_refcount', 'is_defined': False, 'type': 'FUNC'}
|
/external/libcxx/lib/abi/6.0/ |
D | x86_64-unknown-linux-gnu.abilist | 1872 {'is_defined': False, 'name': '__cxa_decrement_exception_refcount', 'type': 'FUNC'}
|
/external/libcxx/lib/abi/4.0/ |
D | x86_64-unknown-linux-gnu.abilist | 1894 {'name': '__cxa_decrement_exception_refcount', 'is_defined': False, 'type': 'FUNC'}
|
/external/libcxx/lib/abi/5.0/ |
D | x86_64-unknown-linux-gnu.abilist | 1872 {'is_defined': False, 'name': '__cxa_decrement_exception_refcount', 'type': 'FUNC'}
|
/external/llvm-project/libcxx/lib/abi/ |
D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist | 44 {'is_defined': False, 'name': '__cxa_decrement_exception_refcount', 'type': 'FUNC'}
|