Searched refs:sigjmp_buf (Results 1 – 13 of 13) sorted by relevance
4 typedef int sigjmp_buf[_JBLEN + 1]; typedef 5 int sigsetjmp(sigjmp_buf env, int savemask);7 sigjmp_buf B;
15 typedef struct __jmp_buf_tag sigjmp_buf[1]; typedef
7 int foo(sigjmp_buf env) { in foo()13 sigjmp_buf env; in main()
23 sigjmp_buf fault_jmp;
10 sigjmp_buf jmpbuf, orig_jmpbuf[2];
26 #define sigjmp_buf jmp_buf31 static thread_local sigjmp_buf jumpBuffer;25 #define sigjmp_buf global() macro
24 CHECK_TYPE_SIZE_FITS(sigjmp_buf);
23 sigjmp_buf cur_env; in uses_setjmp()
42 // SJ -> sigjmp_buf
849 NOTABLE_IDENTIFIER(sigjmp_buf)
3361 let Prototype = "int(sigjmp_buf, int)";3367 let Prototype = "int(sigjmp_buf)";3385 let Prototype = "void(sigjmp_buf, int)";
621 NOINLINE void SigLongJmpFunc1(sigjmp_buf buf) { in SigLongJmpFunc1() 671 static sigjmp_buf buf; in TEST()
6785 case tok::NotableIdentifierKind::sigjmp_buf: