/external/llvm/test/CodeGen/WinEH/ |
D | wineh-setjmp.ll | 5 @jb = external global i8 16 ; CHECK: invoke i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 3, void (i8*)* @__CxxLongjmpUnwind, i32 … 17 %inv = invoke i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 0) #2 24 ; CHECK: call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 3, void (i8*)* @__CxxLongjmpUnwind, i32 -1… 25 call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 0) 34 ; CHECK: call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 3, void (i8*)* @__CxxLongjmpUnwind, i32 %[… 35 %cal = call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 0) [ "funclet"(token %cp) ] 48 ; CHECK: invoke i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 2, void (i8*)* @_seh_longjmp_unwind, i32… 49 %inv = invoke i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 0) #2 55 ; CHECK: call i32 (i8*, i32, ...) @_setjmp3(i8* @jb, i32 2, void (i8*)* @_seh_longjmp_unwind, i32 -… [all …]
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/ |
D | reverse_copy.pass.cpp | 36 int jb[sb] = {-1}; in test() local 37 r = std::reverse_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test() 38 assert(base(r) == jb+sb); in test() 39 assert(jb[0] == 1); in test() 40 assert(jb[1] == 0); in test()
|
/external/libjpeg-turbo/ |
D | jcstest.c | 48 jmp_buf jb; member 55 longjmp(myerr->jb, 1); in my_error_exit() 80 if(setjmp(jerr.jb)) { in main() 107 if(setjmp(jerr.jb)) { in main()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | setjmp_h.pass.cpp | 21 jmp_buf jb; in main() local 22 ((void)jb); // Prevent unused warning in main() 23 static_assert((std::is_same<decltype(longjmp(jb, 0)), void>::value), in main()
|
/external/clang/test/CodeGen/ |
D | ms-setjmp.c | 12 jmp_buf jb; variable 15 return _setjmp(jb); in test_setjmp() 27 return _setjmpex(jb); in test_setjmpex()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | csetjmp.pass.cpp | 21 std::jmp_buf jb; in main() local 22 ((void)jb); // Prevent unused warning in main() 23 static_assert((std::is_same<decltype(std::longjmp(jb, 0)), void>::value), in main()
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique_copy.pass.cpp | 38 int jb[sb] = {-1}; in test() local 39 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb)); in test() 40 assert(base(r) == jb + sb); in test() 41 assert(jb[0] == 0); in test() 42 assert(jb[1] == 1); in test()
|
D | unique_copy_pred.pass.cpp | 51 int jb[sb] = {-1}; in test() local 53 r = std::unique_copy(InIter(ib), InIter(ib+sb), OutIter(jb), count_equal()); in test() 54 assert(base(r) == jb + sb); in test() 55 assert(jb[0] == 0); in test() 56 assert(jb[1] == 1); in test()
|
/external/ltp/testcases/kernel/syscalls/switch/ |
D | endian_switch01.c | 92 sigjmp_buf jb; variable 97 siglongjmp(jb, 1); in sigill() 124 if (sigsetjmp(jb, 1) == 0) in main4()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | compare-inf.ll | 8 ; CHECK: jb 17 ; CHECK: jb 44 ; CHECK: jb 53 ; CHECK: jb
|
D | switch-bt.ll | 8 ; CHECK-NEXT: jb 11 ; CHECK-NEXT: jb 63 ; CHECK-NEXT: jb
|
/external/syslinux/memdisk/ |
D | memmove.S | 49 jb 1f 62 jb 13f 104 jb 23f
|
/external/syslinux/com32/lib/ |
D | memmove.S | 54 jb 2f 68 jb 13f 120 jb 23f
|
/external/llvm/test/CodeGen/X86/ |
D | bt.ll | 25 ; CHECK-NEXT: jb .LBB0_2 45 ; CHECK-NEXT: jb .LBB1_2 65 ; CHECK-NEXT: jb .LBB2_2 85 ; CHECK-NEXT: jb .LBB3_2 105 ; CHECK-NEXT: jb .LBB4_2 125 ; CHECK-NEXT: jb .LBB5_2 425 ; CHECK-NEXT: jb .LBB20_2 445 ; CHECK-NEXT: jb .LBB21_2 465 ; CHECK-NEXT: jb .LBB22_2 485 ; CHECK-NEXT: jb .LBB23_2 [all …]
|
D | compare-inf.ll | 10 ; CHECK: jb 25 ; CHECK: jb 70 ; CHECK: jb 85 ; CHECK: jb
|
D | hipe-prologue.ll | 29 ; X32-Linux-NEXT: jb .LBB1_1 39 ; X64-Linux-NEXT: jb .LBB1_1
|
/external/libjpeg-turbo/simd/ |
D | jdcolext-mmx.asm | 244 jb short .column_st16 263 jb short .column_st8 272 jb short .column_st4 280 jb short .column_st2 288 jb short .column_st1 295 jb short .nextrow 332 jb short .column_st16 351 jb short .column_st8 360 jb short .column_st4 367 jb short .nextrow
|
D | jdcolext-sse2-64.asm | 245 jb short .column_st32 271 jb short .column_st16 280 jb short .column_st15 289 jb short .column_st7 298 jb short .column_st3 308 jb short .column_st1 354 jb short .column_st32 381 jb short .column_st16 390 jb short .column_st15 399 jb short .column_st7
|
D | jdcolext-sse2.asm | 257 jb short .column_st32 284 jb short .column_st16 293 jb short .column_st15 302 jb short .column_st7 311 jb short .column_st3 321 jb short .column_st1 367 jb short .column_st32 395 jb short .column_st16 404 jb short .column_st15 413 jb short .column_st7
|
/external/syslinux/core/lzo/ |
D | lzo_asm.h | 190 # define TEST_IP_R(r) cmpl r,INEND ; jb .L_input_overrun 198 # define TEST_OP_R(r) cmpl r,OUTEND ; jb .L_output_overrun 206 # define TEST_LOOKBEHIND(r) cmpl OUTP,r ; jb .L_lookbehind_overrun
|
D | lzo1c_d.ash | 54 jb .LM2 57 jb .LN3 83 jb .LIT
|
D | lzo1x_d.ash | 169 jb .LM3MATCH 226 jb .LM4MATCH 243 jb .LCOPYBYTE 329 jb .LM1MATCH
|
/external/llvm/test/MC/MachO/ |
D | relax-jumps.s | 17 jb L2
|
/external/swiftshader/third_party/LLVM/test/MC/MachO/ |
D | relax-jumps.s | 21 jb L2
|
/external/compiler-rt/lib/builtins/x86_64/ |
D | chkstk.S | 24 jb 1f
|