Home
last modified time | relevance | path

Searched refs:sigjmp_buf (Results 1 – 13 of 13) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A D2003-08-18-SigSetJmp.c4 typedef int sigjmp_buf[_JBLEN + 1]; typedef
5 int sigsetjmp(sigjmp_buf env, int savemask);
7 sigjmp_buf B;
H A Dsetjmp.c15 typedef struct __jmp_buf_tag sigjmp_buf[1]; typedef
/llvm-project/compiler-rt/test/tsan/
H A Dlongjmp2.cpp7 int foo(sigjmp_buf env) { in foo()
13 sigjmp_buf env; in main()
H A Dsignal_longjmp.cpp23 sigjmp_buf fault_jmp;
H A Dfiber_longjmp.cpp10 sigjmp_buf jmpbuf, orig_jmpbuf[2];
/llvm-project/libc/test/UnitTest/
H A DFPExceptMatcher.cpp26 #define sigjmp_buf jmp_buf
31 static thread_local sigjmp_buf jumpBuffer;
25 #define sigjmp_buf global() macro
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_type_test.cpp24 CHECK_TYPE_SIZE_FITS(sigjmp_buf);
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dlongjmp-setjmp-interception.c23 sigjmp_buf cur_env; in uses_setjmp()
/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def42 // SJ -> sigjmp_buf
H A DTokenKinds.def849 NOTABLE_IDENTIFIER(sigjmp_buf)
H A DBuiltins.td3361 let Prototype = "int(sigjmp_buf, int)";
3367 let Prototype = "int(sigjmp_buf)";
3385 let Prototype = "void(sigjmp_buf, int)";
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_test.cpp621 NOINLINE void SigLongJmpFunc1(sigjmp_buf buf) { in SigLongJmpFunc1()
671 static sigjmp_buf buf; in TEST()
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp6785 case tok::NotableIdentifierKind::sigjmp_buf: