/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/unwind/src/ |
H A D | wasm.rs | 29 pub exception_cleanup: _Unwind_Exception_Cleanup_Fn, field 37 if let Some(exception_cleanup) = unsafe { (*exception).exception_cleanup } { in _Unwind_DeleteException() 38 exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, exception); in _Unwind_DeleteException()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/unwind/src/ |
H A D | wasm.rs | 29 pub exception_cleanup: _Unwind_Exception_Cleanup_Fn, field 37 if let Some(exception_cleanup) = unsafe { (*exception).exception_cleanup } { in _Unwind_DeleteException() 38 exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, exception); in _Unwind_DeleteException()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/unwind/src/ |
H A D | wasm.rs | 29 pub exception_cleanup: _Unwind_Exception_Cleanup_Fn, field 37 if let Some(exception_cleanup) = unsafe { (*exception).exception_cleanup } { in _Unwind_DeleteException() 38 exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, exception); in _Unwind_DeleteException()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/unwind/src/ |
H A D | wasm.rs | 29 pub exception_cleanup: _Unwind_Exception_Cleanup_Fn, field 37 if let Some(exception_cleanup) = unsafe { (*exception).exception_cleanup } { in _Unwind_DeleteException() 38 exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, exception); in _Unwind_DeleteException()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/unwind/src/ |
H A D | wasm.rs | 29 pub exception_cleanup: _Unwind_Exception_Cleanup_Fn, field 37 if let Some(exception_cleanup) = unsafe { (*exception).exception_cleanup } { in _Unwind_DeleteException() 38 exception_cleanup(_URC_FOREIGN_EXCEPTION_CAUGHT, exception); in _Unwind_DeleteException()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | gcc.rs | 65 exception_cleanup: Some(exception_cleanup), in panic() 74 extern "C" fn exception_cleanup( in panic() function
|
H A D | emcc.rs | 110 __cxa_throw(exception as *mut _, &EXCEPTION_TYPE_INFO, exception_cleanup); in panic() 113 extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void { in exception_cleanup() function
|
H A D | seh.rs | 273 unsafe extern $abi fn exception_cleanup(e: *mut Exception) { 330 ptr_t::new(exception_cleanup as *mut u8).raw(), in panic()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | gcc.rs | 65 exception_cleanup: Some(exception_cleanup), in panic() 74 extern "C" fn exception_cleanup( in panic() function
|
H A D | emcc.rs | 110 __cxa_throw(exception as *mut _, &EXCEPTION_TYPE_INFO, exception_cleanup); in panic() 113 extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void { in exception_cleanup() function
|
H A D | seh.rs | 273 unsafe extern $abi fn exception_cleanup(e: *mut Exception) { 330 ptr_t::new(exception_cleanup as *mut u8).raw(), in panic()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | gcc.rs | 65 exception_cleanup: Some(exception_cleanup), in panic() 74 extern "C" fn exception_cleanup( in panic() function
|
H A D | emcc.rs | 110 __cxa_throw(exception as *mut _, &EXCEPTION_TYPE_INFO, exception_cleanup); in panic() 113 extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void { in exception_cleanup() function
|
H A D | seh.rs | 273 unsafe extern $abi fn exception_cleanup(e: *mut Exception) { 330 ptr_t::new(exception_cleanup as *mut u8).raw(), in panic()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | gcc.rs | 65 exception_cleanup: Some(exception_cleanup), in panic() 74 extern "C" fn exception_cleanup( in panic() function
|
H A D | emcc.rs | 110 __cxa_throw(exception as *mut _, &EXCEPTION_TYPE_INFO, exception_cleanup); in panic() 113 extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void { in exception_cleanup() function
|
H A D | seh.rs | 273 unsafe extern $abi fn exception_cleanup(e: *mut Exception) { 330 ptr_t::new(exception_cleanup as *mut u8).raw(), in panic()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/panic_unwind/src/ |
H A D | gcc.rs | 65 exception_cleanup: Some(exception_cleanup), in panic() 74 extern "C" fn exception_cleanup( in panic() function
|
H A D | emcc.rs | 110 __cxa_throw(exception as *mut _, &EXCEPTION_TYPE_INFO, exception_cleanup); in panic() 113 extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void { in exception_cleanup() function
|
H A D | seh.rs | 273 unsafe extern $abi fn exception_cleanup(e: *mut Exception) { 330 ptr_t::new(exception_cleanup as *mut u8).raw(), in panic()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/ |
D | unwind.h | 115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member 145 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/ |
D | unwind.h | 115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member 145 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/ |
D | unwind.h | 115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member 145 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/ |
H A D | unwind.h | 115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member 145 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/ |
D | unwind.h | 115 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); member 145 _Unwind_Exception_Cleanup_Fn exception_cleanup; member
|