Home
last modified time | relevance | path

Searched refs:__cxa_increment_exception_refcount (Results 1 – 25 of 115) sorted by relevance

12345

/aosp_15_r20/external/cronet/third_party/libc++/src/src/support/runtime/
H A Dexception_pointer_cxxabi.ipp19 __cxa_increment_exception_refcount(__ptr_);
24 __cxa_increment_exception_refcount(other.__ptr_);
34 __cxa_increment_exception_refcount(ptr.__ptr_);
/aosp_15_r20/external/libcxxabi/test/
H A Dnoexception1.pass.cpp29 __cxxabiv1::__cxa_increment_exception_refcount(nullptr); in main()
34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
/aosp_15_r20/external/cronet/third_party/libc++abi/src/test/
H A Dnoexception1.pass.cpp28 __cxxabiv1::__cxa_increment_exception_refcount(nullptr); in main()
33 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter); in main()
/aosp_15_r20/external/libcxx/src/support/runtime/
H A Dexception_pointer_cxxabi.ipp24 __cxa_increment_exception_refcount(__ptr_);
31 __cxa_increment_exception_refcount(other.__ptr_);
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dcxa_exception.cpp661 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_throw() function
717 __cxa_increment_exception_refcount(thrown_object); in __cxa_throw()
754 __cxa_increment_exception_refcount(thrown_object); in __cxa_throw()
H A Dcxa_noexception.cpp26 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount() function
/aosp_15_r20/external/libcxxabi/src/
H A Dcxa_exception.cpp644 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount() function
700 __cxa_increment_exception_refcount(thrown_object); in __cxa_current_primary_exception()
737 __cxa_increment_exception_refcount(thrown_object); in __cxa_rethrow_primary_exception()
H A Dcxa_noexception.cpp27 __cxa_increment_exception_refcount(void *thrown_object) throw() { in __cxa_increment_exception_refcount() function
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxxabi/include/
Dcxxabi.h155 __cxa_increment_exception_refcount(void *primary_exception) throw();

12345