Home
last modified time | relevance | path

Searched refs:cleanup2 (Results 1 – 25 of 41) sorted by relevance

12

/external/llvm-project/llvm/test/Transforms/Coroutines/
Dcoro-catchswitch-cleanuppad.ll54 %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 …]
Dcoro-frame-reuse-alloca-03.ll41 i8 1, label %cleanup2]
45 br label %cleanup2
47 cleanup2:
Dcoro-frame-reuse-alloca-00.ll41 i8 1, label %cleanup2]
45 br label %cleanup2
47 cleanup2:
Dcoro-frame-reuse-alloca-01.ll45 i8 1, label %cleanup2
49 br label %cleanup2
53 cleanup2:
Dcoro-frame-reuse-alloca-02.ll47 i8 1, label %cleanup2
51 br label %cleanup2
55 cleanup2:
/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py25 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/
Dloopexitinglatch.ll147 ; 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/
Dbug-25299.ll23 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/
Dbug-25299.ll23 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/
Dfdatasync02.c100 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/
Dgetpeername01.c49 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/
Dwaitid02.c74 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/
Dres012.c216 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/
Dsmall-constant.ll36 ; 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/
Dtest_runner.py62 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/
Drecvmsg01.c85 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/
Dtest_case.py65 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/
Dtp_attach_query.c59 goto cleanup2; in test_tp_attach_query()
129 cleanup2: in test_tp_attach_query()
/external/llvm-project/llvm/test/Transforms/SimplifyCFG/
Dswitch-range-to-icmp.ll125 i32 3, label %cleanup2
131 cleanup2:
/external/llvm/test/Transforms/GVN/
Dpre-load.ll412 %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/
Dwineh-demotion.ll334 to label %done unwind label %cleanup2
346 cleanup2:
355 cleanupret from %cp0 unwind label %cleanup2
/external/llvm/test/CodeGen/WinEH/
Dwineh-demotion.ll334 to label %done unwind label %cleanup2
346 cleanup2:
355 cleanupret from %cp0 unwind label %cleanup2
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll107 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/
Dpre-load.ll413 %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/
Dinvalid-eh.ll145 ;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

12