/third_party/musl/libc-test/src/api/ |
H A 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/porting/uniproton/kernel/include/ |
H A 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/ |
H A 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/ |
H A 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/libunwind/src/setjmp/ |
H A D | longjmp.c | 42 register values in jmp_buf by XORing them with a "random" 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()
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A 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/curie_bsp/include/ |
H A 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/skia/src/codec/ |
H A D | SkJpegPriv.h | 43 operator jmp_buf&() { return fJmpBuf; } in operator jmp_buf&() 47 jmp_buf fJmpBuf; 50 SkSTArray<4, jmp_buf*> fJmpBufStack;
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
H A D | cexcept.h | 198 jmp_buf *penv; \ 213 jmp_buf *exception__prev, exception__env; \
|
/third_party/libunwind/libunwind/tests/ |
H A 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/unity/extras/memory/test/ |
H A 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/skia/third_party/externals/libpng/ |
H A D | pngerror.c | 596 jmp_buf* PNGAPI 604 * If the buffer size is no *larger* than the size of jmp_buf when libpng is in png_set_longjmp_fn() 605 * compiled a built in jmp_buf is returned; this preserves the pre-1.6.0 in png_set_longjmp_fn() 622 png_ptr->jmp_buf_ptr = png_voidcast(jmp_buf *, in png_set_longjmp_fn() 642 * with a stack allocated jmp_buf when the application regained in png_set_longjmp_fn() 646 png_error(png_ptr, "Libpng jmp_buf still allocated"); in png_set_longjmp_fn() 653 png_warning(png_ptr, "Application jmp_buf size changed"); in png_set_longjmp_fn() 670 jmp_buf *jb = png_ptr->jmp_buf_ptr; in png_free_jmpbuf() 684 /* Make an internal, libpng, jmp_buf to return here */ in png_free_jmpbuf() 685 jmp_buf free_jmp_bu in png_free_jmpbuf() [all...] |
/third_party/unity/test/tests/ |
H A D | test_unity_core.c | 61 jmp_buf AbortFrame; in testUnitySizeInitializationReminder() 81 jmp_buf AbortFrame; in testUnitySizeInitializationReminder()
|
/third_party/python/Python/ |
H A D | pyfpe.c | 9 jmp_buf PyFPE_jbuf;
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_setjmp.cpp | 19 static jmp_buf g_testJmpBuf;
|
/third_party/musl/libc-test/src/functionalext/ldso_cfi/cfi_report_test/ |
H A D | cfi_icall_report_test.cpp | 20 jmp_buf env;
|
/third_party/musl/libc-test/src/functionalext/supplement/setjmp/ |
H A D | _longjmp.c | 27 * the corresponding jmp_buf argument 32 jmp_buf jb; in _longjmp_0100()
|
H A D | _setjmp.c | 31 jmp_buf jb; in _setjmp_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/setjmp/setjmp_gtest/ |
H A D | setjmp_setjmp_test.cpp | 18 jmp_buf env; in HWTEST_F()
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | common.h | 127 jmp_buf context_name
|
/third_party/node/deps/openssl/openssl/crypto/async/arch/ |
H A D | async_posix.h | 59 jmp_buf env;
|
/third_party/openssl/crypto/async/arch/ |
H A D | async_posix.h | 59 jmp_buf env;
|
/third_party/ltp/testcases/kernel/syscalls/pipe/ |
H A D | pipe05.c | 57 jmp_buf sig11_recover;
|
/third_party/musl/libc-test/src/functional/ |
H A D | setjmp.c | 11 jmp_buf jb; in main()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jcstest.c | 48 jmp_buf jb;
|