/external/llvm-project/clang/test/Sema/ |
D | builtin-setjmp.c | 19 extern long setjmp(long *); // Can't check, so we trust that this is the right type 25 extern int setjmp(char); // c-warning {{incompatible redeclaration of library function 'setjmp'}} 29 extern int setjmp(long); // OK, right type. 35 setjmp(0); in use() 49 #pragma clang __debug dump setjmp in use()
|
/external/llvm-project/libcxx/include/ |
D | setjmp.h | 34 #include_next <setjmp.h> 38 #ifndef setjmp 39 #define setjmp(env) setjmp(env) macro
|
/external/libcxx/include/ |
D | setjmp.h | 35 #include_next <setjmp.h> 39 #ifndef setjmp 40 #define setjmp(env) setjmp(env) macro
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | setjmp-spills.ll | 6 declare i1 @setjmp() 12 ; setjmp(), whether they use "call" or "invoke" for calling setjmp() 18 ; This code keeps enough variables live across the setjmp() call that 34 %setjmp_result = call i1 @setjmp() returns_twice 36 ; X86-32: calll setjmp 37 ; X86-64: callq setjmp 40 ; this function calls a returns_twice function (setjmp()), the 79 ; call setjmp(). 97 %setjmp_result = invoke i1 @setjmp() returns_twice 99 ; X86-32: calll setjmp [all …]
|
D | late-address-taken.ll | 47 ; test @setjmp - similar to @catchret, but the MBB in question 48 ; is the one generated when the setjmp's block is split 53 declare i32 @llvm.eh.sjlj.setjmp(i8*) nounwind 56 define void @setjmp(i1 %b) nounwind { 66 call i32 @llvm.eh.sjlj.setjmp(i8* bitcast ([5 x i8*]* @buf to i8*)) 69 ; CHECK-LABEL: setjmp: # @setjmp
|
D | indirect-branch-tracking-r2.ll | 8 ;; setjmp, sigsetjmp, savectx, vfork, getcontext 12 ; X64: callq setjmp 25 ; X86: calll setjmp 41 %call = call i32 (i32, ...) bitcast (i32 (...)* @setjmp to i32 (i32, ...)*)(i32 0) #1 53 declare dso_local i32 @setjmp(...) #1
|
D | i386-setjmp-pic.ll | 5 ; Check that the register used as base pointer for setjmp 19 %tmp9 = call i32 @llvm.eh.sjlj.setjmp(i8* %tmp) 23 declare i32 @llvm.eh.sjlj.setjmp(i8*)
|
/external/llvm/test/CodeGen/X86/ |
D | setjmp-spills.ll | 6 declare i1 @setjmp() 12 ; setjmp(), whether they use "call" or "invoke" for calling setjmp() 18 ; This code keeps enough variables live across the setjmp() call that 34 %setjmp_result = call i1 @setjmp() returns_twice 36 ; X86-32: calll setjmp 37 ; X86-64: callq setjmp 40 ; this function calls a returns_twice function (setjmp()), the 79 ; call setjmp(). 97 %setjmp_result = invoke i1 @setjmp() returns_twice 99 ; X86-32: calll setjmp [all …]
|
D | late-address-taken.ll | 41 ; test @setjmp - similar to @catchret, but the MBB in question 42 ; is the one generated when the setjmp's block is split 47 declare i32 @llvm.eh.sjlj.setjmp(i8*) nounwind 50 define void @setjmp(i1 %b) nounwind { 60 call i32 @llvm.eh.sjlj.setjmp(i8* bitcast ([5 x i8*]* @buf to i8*)) 63 ; CHECK-LABEL: setjmp: # @setjmp
|
D | i386-setjmp-pic.ll | 5 ; Check that the register used as base pointer for setjmp 19 %tmp9 = call i32 @llvm.eh.sjlj.setjmp(i8* %tmp) 23 declare i32 @llvm.eh.sjlj.setjmp(i8*)
|
/external/mesa3d/src/glx/tests/ |
D | query_renderer_unittest.cpp | 137 if (setjmp(jmp) == 0) { in TEST_F() 196 if (setjmp(jmp) == 0) { in TEST_F() 216 if (setjmp(jmp) == 0) { in TEST_F() 240 if (setjmp(jmp) == 0) { in TEST_F() 263 if (setjmp(jmp) == 0) { in TEST_F() 287 if (setjmp(jmp) == 0) { in TEST_F() 350 if (setjmp(jmp) == 0) { in TEST_F() 373 if (setjmp(jmp) == 0) { in TEST_F() 400 if (setjmp(jmp) == 0) { in TEST_F() 426 if (setjmp(jmp) == 0) { in TEST_F()
|
D | query_renderer_implementation_unittest.cpp | 175 if (setjmp(jmp) == 0) { in TEST_F() 211 if (setjmp(jmp) == 0) { in TEST_F() 241 if (setjmp(jmp) == 0) { in TEST_F() 294 if (setjmp(jmp) == 0) { in TEST_F()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mips64.S | 6 .globl setjmp symbol 7 .type setjmp, @function 8 setjmp: label 18 lui $gp,%hi(%neg(%gp_rel(setjmp))) 20 daddiu $gp,$gp,%lo(%neg(%gp_rel(setjmp))) 54 .size setjmp, .-setjmp
|
/external/llvm-project/llvm/test/Transforms/SafeStack/ARM/ |
D | setjmp.ll | 1 ; Test stack pointer restore after setjmp() with the function-call safestack ABI. 12 ; CHECK: call i32 @setjmp 14 …%call = call i32 @setjmp(i32* getelementptr inbounds ([64 x i32], [64 x i32]* @env, i32 0, i32 0))… 34 declare i32 @setjmp(i32*) returns_twice
|
/external/llvm/test/Transforms/SafeStack/ARM/ |
D | setjmp.ll | 1 ; Test stack pointer restore after setjmp() with the function-call safestack ABI. 12 ; CHECK: call i32 @setjmp 14 …%call = call i32 @setjmp(i32* getelementptr inbounds ([64 x i32], [64 x i32]* @env, i32 0, i32 0))… 34 declare i32 @setjmp(i32*) returns_twice
|
/external/arm-trusted-firmware/lib/libc/aarch64/ |
D | setjmp.S | 11 .globl setjmp symbol 17 func setjmp 30 endfunc setjmp
|
/external/llvm/test/CodeGen/Thumb2/ |
D | setjmp_longjmp.ll | 4 declare i32 @llvm.eh.sjlj.setjmp(i8*) 12 ; setjmp sequence: 21 ; setjmp sequence 2: 55 %setjmpres = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr) 74 %setjmpres2 = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr)
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | setjmp_longjmp.ll | 4 declare i32 @llvm.eh.sjlj.setjmp(i8*) 12 ; setjmp sequence: 21 ; setjmp sequence 2: 55 %setjmpres = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr) 74 %setjmpres2 = call i32 @llvm.eh.sjlj.setjmp(i8* %bufptr)
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.c | 104 if (setjmp(cm->error.jmp)) { in av1_decoder_create() 105 cm->error.setjmp = 0; in av1_decoder_create() 110 cm->error.setjmp = 1; in av1_decoder_create() 147 cm->error.setjmp = 0; in av1_decoder_create() 450 if (setjmp(cm->error.jmp)) { in av1_receive_compressed_data() 454 cm->error.setjmp = 0; in av1_receive_compressed_data() 468 cm->error.setjmp = 1; in av1_receive_compressed_data() 476 cm->error.setjmp = 0; in av1_receive_compressed_data() 498 cm->error.setjmp = 0; in av1_receive_compressed_data() 517 cm->error.setjmp = 0; in av1_receive_compressed_data()
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | setjmp_h.pass.cpp | 16 #ifndef setjmp 17 #error setjmp not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | setjmp_h.pass.cpp | 15 #ifndef setjmp 16 #error setjmp not defined
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | csetjmp.pass.cpp | 15 #ifndef setjmp 16 #error setjmp not defined
|
/external/llvm-project/libcxx/test/std/language.support/support.runtime/ |
D | csetjmp.pass.cpp | 16 #ifndef setjmp 17 #error setjmp not defined
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | no-register-coalescing-in-returnsTwice.mir | 3 # Coalescing variables across a setjmp call can add a undefined 5 # altered between the setjmp and longjmp. 9 # setjmp call. 14 # CHECK: @setjmp 16 # Not changed between setjmp and bar(longjmp) 48 %call1 = call i32 @setjmp(i64* nonnull %arraydecay1) 69 %call5 = call i32 @setjmp(i64* nonnull %arraydecay42) 81 declare i32 @setjmp(i64*) 109 …BL @setjmp, csr_aapcs, implicit-def dead $lr, implicit $sp, implicit killed $r0, implicit-def $sp,… 158 …BL @setjmp, csr_aapcs, implicit-def dead $lr, implicit $sp, implicit killed $r0, implicit-def $sp,…
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | cert-setlongjmp.cpp | 5 #define setjmp(x) __setjmpimpl(x) macro 24 (void)setjmp(env); in f()
|