/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopRotate/ |
D | loopexitinglatch.ll | 146 ; CHECK: cleanup2.loopexit: 148 ; CHECK: cleanup2: 164 br label %cleanup2 171 br i1 %tobool1, label %cleanup2.loopexit, label %do.body 173 cleanup2.loopexit: ; preds = %do.cond 174 br label %cleanup2 176 cleanup2: ; preds = %cleanup2.loopexit, %cleanup 177 %retval.2 = phi i32 [ %a.0.lcssa, %cleanup ], [ 0, %cleanup2.loopexit ] 200 ; CHECK: cleanup2.loopexit: 202 ; CHECK: cleanup2: [all …]
|
/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/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/swiftshader/third_party/llvm-7.0/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/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/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LCSSA/ |
D | rewrite-existing-dbg-values.ll | 8 ; Verify that the llvm.dbg.value in the %for.cond.cleanup2 block is rewritten 11 ; CHECK-LABEL: for.cond.cleanup2: 30 for.cond.cleanup2: ; preds = %for.cond.cleanup1 36 br i1 false, label %for.cond.preheader, label %for.cond.cleanup2, !dbg !12
|
/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/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/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/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/PRE/ |
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/test/Verifier/ |
D | invalid-eh.ll | 143 ;T10: cleanup2: 160 ;T11: cleanup2: 164 ;T11: %cs = catchswitch within none [label %catch] unwind label %cleanup2 166 ;T11: ; CHECK11-NEXT: %cs = catchswitch within none [label %catch] unwind label %cleanup2
|
/external/swiftshader/third_party/llvm-7.0/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
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/ |
D | inline-funclets.ll | 108 cleanupret from %outer unwind label %cleanup2 109 ; CHECK: cleanupret from %[[outer]] unwind label %[[cleanup2:.+]] 111 cleanup2: 114 ; CHECK: [[cleanup2]]:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/CorrelatedValuePropagation/ |
D | overflows.ll | 364 br i1 %cmp, label %for.cond, label %cleanup2 366 cleanup2: ; preds = %while.end
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | operand-bundles.ll | 103 %cleanup2 = landingpad i8 cleanup
|
/external/llvm/test/Bitcode/ |
D | operand-bundles.ll | 103 %cleanup2 = landingpad i8 cleanup
|
/external/tensorflow/tensorflow/core/framework/ |
D | model_test.cc | 55 auto cleanup2 = gtl::MakeCleanup([async_interleave_many, source2]() { in TEST_P() local 517 auto cleanup2 = gtl::MakeCleanup([async_interleave_many, source2]() { in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/X86/ |
D | switch_to_lookup_table.ll | 1367 cleanupret from %cleanuppad1 unwind label %cleanup2 1370 cleanupret from %cleanuppad1 unwind label %cleanup2 1372 cleanup2: 1396 ; CHECK: cleanupret from %[[cleanuppad1]] unwind label %[[cleanup2:.*]] 1399 ; CHECK: cleanupret from %[[cleanuppad1]] unwind label %[[cleanup2]] 1401 ; CHECK: [[cleanup2]]:
|