/third_party/musl/libc-test/src/api/ |
D | setjmp.c | 5 T(jmp_buf) in f() 6 {void(*p)(jmp_buf,int) = longjmp;} in f() 8 {int x = setjmp((jmp_buf){0});} in f() 10 {int(*p)(jmp_buf) = setjmp;} in f() 22 {void(*p)(jmp_buf,int) = _longjmp;} in f() 24 {int x = _setjmp((jmp_buf){0});} in f() 26 {int(*p)(jmp_buf) = _setjmp;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | setjmp.h | 16 } jmp_buf[1]; typedef 21 typedef jmp_buf sigjmp_buf; 28 int _setjmp (jmp_buf); 29 _Noreturn void _longjmp (jmp_buf, int); 32 int setjmp (jmp_buf); 33 _Noreturn void longjmp (jmp_buf, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | setjmp.h | 16 } jmp_buf[1]; typedef 21 typedef jmp_buf sigjmp_buf; 28 int _setjmp (jmp_buf); 29 _Noreturn void _longjmp (jmp_buf, int); 32 int setjmp (jmp_buf); 33 _Noreturn void longjmp (jmp_buf, int);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | setjmp.h | 16 } jmp_buf[1]; typedef 21 typedef jmp_buf sigjmp_buf; 28 int _setjmp (jmp_buf); 29 _Noreturn void _longjmp (jmp_buf, int); 32 int setjmp (jmp_buf); 33 _Noreturn void longjmp (jmp_buf, int);
|
/third_party/musl/include/ |
D | setjmp.h | 16 } jmp_buf[1]; typedef 27 typedef jmp_buf sigjmp_buf; 34 int _setjmp (jmp_buf) __setjmp_attr; 35 _Noreturn void _longjmp (jmp_buf, int); 38 int setjmp (jmp_buf) __setjmp_attr; 39 _Noreturn void longjmp (jmp_buf, int);
|
/third_party/libunwind/src/setjmp/ |
D | longjmp.c | 52 static void _longjmp (jmp_buf env, int val); 53 static void longjmp (jmp_buf env, int val); 58 _longjmp (jmp_buf env, int val) in _longjmp() 105 void longjmp (jmp_buf env, int val) 110 longjmp (jmp_buf env, int val) in longjmp()
|
D | setjmp.c | 40 jmp_buf env; in setjmp()
|
/third_party/jerryscript/targets/curie_bsp/include/ |
D | setjmp.h | 20 typedef uint64_t jmp_buf[14]; typedef 22 int setjmp (jmp_buf env); 23 void longjmp (jmp_buf env, int val);
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
D | setjmp.h | 20 typedef uint64_t jmp_buf[14]; typedef 22 int setjmp (jmp_buf env); 23 void longjmp (jmp_buf env, int val);
|
/third_party/flutter/skia/src/codec/ |
D | SkJpegPriv.h | 43 operator jmp_buf&() { return fJmpBuf; } 47 jmp_buf fJmpBuf; 50 SkSTArray<4, jmp_buf*> fJmpBufStack;
|
/third_party/skia/src/codec/ |
D | SkJpegPriv.h | 43 operator jmp_buf&() { return fJmpBuf; } 47 jmp_buf fJmpBuf; 50 SkSTArray<4, jmp_buf*> fJmpBufStack;
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/ |
D | cexcept.h | 198 jmp_buf *penv; \ 213 jmp_buf *exception__prev, exception__env; \
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | cexcept.h | 198 jmp_buf *penv; \ 213 jmp_buf *exception__prev, exception__env; \
|
/third_party/unity/extras/memory/test/ |
D | unity_memory_Test.c | 129 jmp_buf TestAbortFrame; \ 130 memcpy(TestAbortFrame, Unity.AbortFrame, sizeof(jmp_buf)); \ 136 memcpy(Unity.AbortFrame, TestAbortFrame, sizeof(jmp_buf)); \
|
/third_party/libunwind/tests/ |
D | test-setjmp.c | 38 static jmp_buf jbuf; 43 raise_longjmp (jmp_buf jbuf, int i, int n) in raise_longjmp() 55 jmp_buf jbuf; in test_setjmp()
|
/third_party/skia/third_party/externals/libpng/ |
D | pngerror.c | 596 jmp_buf* PNGAPI 622 png_ptr->jmp_buf_ptr = png_voidcast(jmp_buf *, in png_set_longjmp_fn() 670 jmp_buf *jb = png_ptr->jmp_buf_ptr; in png_free_jmpbuf() 685 jmp_buf free_jmp_buf; in png_free_jmpbuf() 941 jmp_buf safe_jmpbuf; in png_safe_execute()
|
D | pngstruct.h | 146 jmp_buf jmp_buf_local; /* New name in 1.6.0 for jmp_buf in png_struct */ 148 jmp_buf *jmp_buf_ptr; /* passed to longjmp_fn */
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngerror.c | 596 jmp_buf* PNGAPI 622 png_ptr->jmp_buf_ptr = png_voidcast(jmp_buf *, in png_set_longjmp_fn() 670 jmp_buf *jb = png_ptr->jmp_buf_ptr; in png_free_jmpbuf() 685 jmp_buf free_jmp_buf; in png_free_jmpbuf() 941 jmp_buf safe_jmpbuf; in png_safe_execute()
|
/third_party/unity/test/tests/ |
D | test_unity_core.c | 61 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() 81 jmp_buf AbortFrame; in testUnitySizeInitializationReminder()
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
D | unity_fixture_Test.c | 335 jmp_buf TestAbortFrame; \ 336 memcpy(TestAbortFrame, Unity.AbortFrame, sizeof(jmp_buf)); \ 342 memcpy(Unity.AbortFrame, TestAbortFrame, sizeof(jmp_buf)); \
|
/third_party/python/Python/ |
D | pyfpe.c | 8 jmp_buf PyFPE_jbuf;
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_error.h | 27 extern jmp_buf error_jmp_buffer;
|
/third_party/musl/libc-test/src/functionalext/supplement/setjmp/ |
D | _setjmp.c | 31 jmp_buf jb; in _setjmp_0100()
|
D | _longjmp.c | 32 jmp_buf jb; in _longjmp_0100()
|
/third_party/flutter/skia/third_party/externals/dawn/src/fuzzers/ |
D | DawnSPIRVCrossFuzzer.cpp | 25 std::jmp_buf jump_buffer;
|