Searched refs:__cxa_current_primary_exception (Results 1 – 20 of 20) sorted by relevance
/external/libcxx/src/support/runtime/ |
D | exception_pointer_cxxabi.ipp | 60 // return exception_ptr(__cxa_current_primary_exception()); 62 ptr.__ptr_ = __cxa_current_primary_exception();
|
/external/cronet/buildtools/third_party/libc++/trunk/src/support/runtime/ |
D | exception_pointer_cxxabi.ipp | 59 // return exception_ptr(__cxa_current_primary_exception()); 61 ptr.__ptr_ = __cxa_current_primary_exception();
|
/external/libcxxabi/test/ |
D | noexception4.pass.cpp | 25 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception()); in main()
|
/external/cronet/buildtools/third_party/libc++abi/trunk/test/ |
D | noexception4.pass.cpp | 24 assert(nullptr == __cxxabiv1::__cxa_current_primary_exception()); in main()
|
/external/libcxxabi/src/ |
D | cxa_noexception.cpp | 39 void *__cxa_current_primary_exception() throw() { return nullptr; } in __cxa_current_primary_exception() function
|
D | cxa_exception.cpp | 684 void *__cxa_current_primary_exception() throw() { in __cxa_current_primary_exception() function
|
/external/cronet/buildtools/third_party/libc++abi/trunk/src/ |
D | cxa_noexception.cpp | 38 void *__cxa_current_primary_exception() throw() { return nullptr; } in __cxa_current_primary_exception() function
|
D | cxa_exception.cpp | 690 void *__cxa_current_primary_exception() throw() { in __cxa_current_primary_exception() function
|
/external/libcxxabi/include/ |
D | cxxabi.h | 151 extern _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw();
|
/external/cronet/buildtools/third_party/libc++abi/trunk/include/ |
D | cxxabi.h | 151 extern _LIBCXXABI_FUNC_VIS void *__cxa_current_primary_exception() throw();
|
/external/libcxx/lib/abi/3.9/ |
D | x86_64-linux-gnu.abilist | 1881 {'type': 'FUNC', 'name': '__cxa_current_primary_exception'}
|
/external/libcxx/lib/abi/4.0/ |
D | x86_64-unknown-linux-gnu.abilist | 1893 {'name': '__cxa_current_primary_exception', 'is_defined': False, 'type': 'FUNC'}
|
/external/libcxx/lib/abi/6.0/ |
D | x86_64-unknown-linux-gnu.abilist | 1871 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
/external/libcxx/lib/abi/ |
D | x86_64-unknown-linux-gnu.v1.abilist | 1849 {'name': '__cxa_current_primary_exception', 'is_defined': False, 'type': 'FUNC'}
|
/external/libcxx/lib/abi/5.0/ |
D | x86_64-unknown-linux-gnu.abilist | 1871 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
/external/cronet/buildtools/third_party/libc++/trunk/lib/abi/ |
D | x86_64-unknown-freebsd.libcxxabi.v1.stable.exceptions.nonew.abilist | 50 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.noexceptions.nonew.abilist | 26 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
D | x86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.nonew.abilist | 49 {'is_defined': False, 'name': '__cxa_current_primary_exception', 'type': 'FUNC'}
|
D | powerpc-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1112 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_current_primary_exception', 'storage_m…
|
D | powerpc64-ibm-aix.libcxxabi.v1.stable.exceptions.nonew.abilist | 1112 {'import_export': 'IMP', 'is_defined': False, 'name': '__cxa_current_primary_exception', 'storage_m…
|