/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-catchswitch-cleanuppad.ll | 54 %cs2 = catchswitch within %h1 [label %handler2] unwind label %cleanup2 58 to label %cleanup unwind label %cleanup2 59 cleanup2: 75 ; CHECK: %cs2 = catchswitch within %h1 [label %handler2] unwind label %cleanup2.corodispatch 79 ; CHECK: to label %cleanup unwind label %cleanup2.corodispatch 81 ; CHECK: cleanup2.corodispatch: 85 ; CHECK: br i1 %switch, label %cleanup2.from.handler2, label %cleanup2.from.catch.dispatch.2 87 ; CHECK: cleanup2.from.handler2: 89 ; CHECK: br label %cleanup2 91 ; CHECK: cleanup2.from.catch.dispatch.2: [all …]
|
D | coro-frame-reuse-alloca-03.ll | 41 i8 1, label %cleanup2] 45 br label %cleanup2 47 cleanup2:
|
D | coro-frame-reuse-alloca-00.ll | 41 i8 1, label %cleanup2] 45 br label %cleanup2 47 cleanup2:
|
D | coro-frame-reuse-alloca-01.ll | 45 i8 1, label %cleanup2 49 br label %cleanup2 53 cleanup2:
|
D | coro-frame-reuse-alloca-02.ll | 47 i8 1, label %cleanup2 51 br label %cleanup2 55 cleanup2:
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_runner.py | 25 def cleanup2(*args, **kwargs): function 29 test.addCleanup(cleanup2) 33 (cleanup2, (), {})]) 60 def cleanup2(): function 64 test.addCleanup(cleanup2) 92 def cleanup2(): function 95 test.addCleanup(cleanup2) 133 test.addCleanup(cleanup2) 134 def cleanup2(): function
|
/external/llvm-project/llvm/test/Transforms/LoopRotate/ |
D | loopexitinglatch.ll | 147 ; CHECK: cleanup2.loopexit: 149 ; CHECK: cleanup2: 165 br label %cleanup2 172 br i1 %tobool1, label %cleanup2.loopexit, label %do.body 174 cleanup2.loopexit: ; preds = %do.cond 175 br label %cleanup2 177 cleanup2: ; preds = %cleanup2.loopexit, %cleanup 178 %retval.2 = phi i32 [ %a.0.lcssa, %cleanup ], [ 0, %cleanup2.loopexit ] 201 ; CHECK: cleanup2.loopexit: 203 ; CHECK: cleanup2: [all …]
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | bug-25299.ll | 23 resume: ; preds = %cleanup2, %then, %cleanup1, %unwind 24 %tmp104 = phi { i8*, i32 } [ %tmp101, %then ], [ %tmp106, %cleanup2 ], [ %tmp101, %unwind ] 32 to label %continue unwind label %cleanup2 34 cleanup2: ; preds = %continue
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/X86/ |
D | bug-25299.ll | 23 resume: ; preds = %cleanup2, %then, %cleanup1, %unwind 24 %tmp104 = phi { i8*, i32 } [ %tmp101, %then ], [ %tmp106, %cleanup2 ], [ %tmp101, %unwind ] 32 to label %continue unwind label %cleanup2 34 cleanup2: ; preds = %continue
|
/external/ltp/testcases/kernel/syscalls/fdatasync/ |
D | fdatasync02.c | 100 static void cleanup2(void); 104 {EINVAL, "file descriptor to a special file", setup2, cleanup2}, 167 void cleanup2(void) in cleanup2() function
|
/external/ltp/testcases/kernel/syscalls/getpeername/ |
D | getpeername01.c | 49 static void cleanup2(int); 64 {-1, (struct sockaddr *)&fsin1, &sinlen, -1, ENOTSOCK, setup2, cleanup2, 66 {-1, (struct sockaddr *)&fsin1, &sinlen, -1, ENOTCONN, setup3, cleanup2, 169 static void cleanup2(int i) in cleanup2() function
|
/external/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 74 static void cleanup2(struct testcase_t *); 102 .cleanup = cleanup2 142 .cleanup = cleanup2 191 static void cleanup2(struct testcase_t *t) in cleanup2() function
|
/external/tremolo/Tremolo/ |
D | res012.c | 216 if(partword==NULL)goto cleanup2; in res_inverse() 220 if(i==ch)goto cleanup2; /* no nonzero vectors */ in res_inverse() 235 if(temp==-1)goto cleanup2; in res_inverse() 256 goto cleanup2; in res_inverse() 261 cleanup2: in res_inverse()
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/AArch64/ |
D | small-constant.ll | 36 ; CHECK-NEXT: .LBB0_5: // %cleanup2 41 br i1 %cmp11, label %cleanup2, label %for.body 45 br i1 %cmp, label %cleanup2, label %for.body 54 br i1 %cmp1, label %cleanup2, label %for.cond 56 cleanup2: ; preds = %for.cond, %for.body, %entry
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_runner.py | 62 def cleanup2(*args, **kwargs): function 66 test.addCleanup(cleanup2) 70 (cleanup2, (), {})]) 88 def cleanup2(): function 92 test.addCleanup(cleanup2) 122 def cleanup2(): function 125 test.addCleanup(cleanup2) 163 test.addCleanup(cleanup2) 164 def cleanup2(): function 252 def cleanup2(): function [all …]
|
/external/ltp/testcases/kernel/syscalls/recvmsg/ |
D | recvmsg01.c | 85 void cleanup2(void); 154 0, 0, setup2, cleanup2, "rights reception"} 174 0, EINVAL, setup3, cleanup2, "invalid cmsg length"} 180 0, 0, setup4, cleanup2, "large cmesg length"} 349 void cleanup2(void) in cleanup2() function
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/ |
D | test_case.py | 65 def cleanup2(*args, **kwargs): function 69 test.addCleanup(cleanup2) 74 four='hello', five='goodbye')), (cleanup2, (), {})]) 106 def cleanup2(): function 110 test.addCleanup(cleanup2) 141 def cleanup2(): function 144 test.addCleanup(cleanup2) 183 test.addCleanup(cleanup2) 185 def cleanup2(): function
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | tp_attach_query.c | 59 goto cleanup2; in test_tp_attach_query() 129 cleanup2: in test_tp_attach_query()
|
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/ |
D | switch-range-to-icmp.ll | 125 i32 3, label %cleanup2 131 cleanup2:
|
/external/llvm/test/Transforms/GVN/ |
D | pre-load.ll | 412 %cs1 = catchswitch within none [label %catch] unwind label %cleanup2 421 cleanupret from %c1 unwind label %cleanup2 423 ; CHECK: cleanup2: 427 cleanup2:
|
/external/llvm-project/llvm/test/CodeGen/WinEH/ |
D | wineh-demotion.ll | 334 to label %done unwind label %cleanup2 346 cleanup2: 355 cleanupret from %cp0 unwind label %cleanup2
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-demotion.ll | 334 to label %done unwind label %cleanup2 346 cleanup2: 355 cleanupret from %cp0 unwind label %cleanup2
|
/external/llvm/test/Transforms/Inline/ |
D | inline-funclets.ll | 107 cleanupret from %outer unwind label %cleanup2 108 ; CHECK: cleanupret from %[[outer]] unwind label %[[cleanup2:.+]] 110 cleanup2: 113 ; CHECK: [[cleanup2]]:
|
/external/llvm-project/llvm/test/Transforms/GVN/PRE/ |
D | pre-load.ll | 413 %cs1 = catchswitch within none [label %catch] unwind label %cleanup2 422 cleanupret from %c1 unwind label %cleanup2 424 ; CHECK: cleanup2: 428 cleanup2:
|
/external/llvm-project/llvm/test/Verifier/ |
D | invalid-eh.ll | 145 ;T10: cleanup2: 162 ;T11: cleanup2: 166 ;T11: %cs = catchswitch within none [label %catch] unwind label %cleanup2 168 ;T11: ; CHECK11-NEXT: %cs = catchswitch within none [label %catch] unwind label %cleanup2
|