Home
last modified time | relevance | path

Searched refs:exiting (Results 1 – 25 of 6768) sorted by relevance

12345678910>>...271

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Derr_disable4.stderr.exp4 WARNING: exiting thread has error reporting disabled.
7 WARNING: exiting thread has error reporting disabled.
10 WARNING: exiting thread has error reporting disabled.
13 WARNING: exiting thread has error reporting disabled.
16 WARNING: exiting thread has error reporting disabled.
19 WARNING: exiting thread has error reporting disabled.
22 WARNING: exiting thread has error reporting disabled.
25 WARNING: exiting thread has error reporting disabled.
28 WARNING: exiting thread has error reporting disabled.
31 WARNING: exiting thread has error reporting disabled.
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/memcheck/tests/
H A Derr_disable4.stderr.exp4 WARNING: exiting thread has error reporting disabled.
7 WARNING: exiting thread has error reporting disabled.
10 WARNING: exiting thread has error reporting disabled.
13 WARNING: exiting thread has error reporting disabled.
16 WARNING: exiting thread has error reporting disabled.
19 WARNING: exiting thread has error reporting disabled.
22 WARNING: exiting thread has error reporting disabled.
25 WARNING: exiting thread has error reporting disabled.
28 WARNING: exiting thread has error reporting disabled.
31 WARNING: exiting thread has error reporting disabled.
[all …]
/dports/security/kc24/kc-2.4.2/
H A Dcmd_import.c104 exiting++; in cmd_import()
123 goto exiting; in cmd_import()
145 goto exiting; in cmd_import()
243 goto exiting; in cmd_import()
250 goto exiting; in cmd_import()
271 goto exiting; in cmd_import()
284 goto exiting; in cmd_import()
299 goto exiting; in cmd_import()
311 goto exiting; in cmd_import()
321 goto exiting; in cmd_import()
[all …]
H A Dcmd_export.c108 exiting++; in cmd_export()
124 goto exiting; in cmd_export()
137 goto exiting; in cmd_export()
145 goto exiting; in cmd_export()
153 goto exiting; in cmd_export()
163 goto exiting; in cmd_export()
183 goto exiting; in cmd_export()
219 goto exiting; in cmd_export()
226 goto exiting; in cmd_export()
243 goto exiting; in cmd_export()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
H A Dunroll-header-exiting-with-phis-multiple-exiting-blocks.ll14 ; CHECK: exiting.1:
17 ; CHECK: exiting.2:
28 ; CHECK: exiting.1.1:
31 ; CHECK: exiting.2.1:
39 ; CHECK: exiting.1.2:
42 ; CHECK: exiting.2.2:
50 ; CHECK: exiting.1.3:
53 ; CHECK: exiting.2.3:
71 exiting.1:
75 exiting.2:
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
H A Dunroll-header-exiting-with-phis-multiple-exiting-blocks.ll14 ; CHECK: exiting.1:
17 ; CHECK: exiting.2:
28 ; CHECK: exiting.1.1:
31 ; CHECK: exiting.2.1:
39 ; CHECK: exiting.1.2:
42 ; CHECK: exiting.2.2:
50 ; CHECK: exiting.1.3:
53 ; CHECK: exiting.2.3:
71 exiting.1:
75 exiting.2:
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
H A Dunroll-header-exiting-with-phis-multiple-exiting-blocks.ll14 ; CHECK: exiting.1:
17 ; CHECK: exiting.2:
28 ; CHECK: exiting.1.1:
31 ; CHECK: exiting.2.1:
39 ; CHECK: exiting.1.2:
42 ; CHECK: exiting.2.2:
50 ; CHECK: exiting.1.3:
53 ; CHECK: exiting.2.3:
71 exiting.1:
75 exiting.2:
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
H A Dunroll-header-exiting-with-phis-multiple-exiting-blocks.ll14 ; CHECK: exiting.1:
17 ; CHECK: exiting.2:
28 ; CHECK: exiting.1.1:
31 ; CHECK: exiting.2.1:
39 ; CHECK: exiting.1.2:
42 ; CHECK: exiting.2.2:
50 ; CHECK: exiting.1.3:
53 ; CHECK: exiting.2.3:
71 exiting.1:
75 exiting.2:
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopUnroll/
H A Dpeel-loop-irreducible.ll3 ; Check we don't peel loops where the latch is not the exiting block.
9 ; CHECK: br i1 {{.*}} label %latch, label %exiting
11 ; CHECK: br i1 {{.*}} label %header, label %exiting
12 ; CHECK: exiting:
22 br i1 %cmp.phi, label %latch, label %exiting
27 br i1 %cmp, label %header, label %exiting
29 exiting:
30 %cmp.exiting = phi i1 [ %cmp.phi, %header ], [ %cmp, %latch ]
31 br i1 %cmp.exiting, label %latch, label %exit
H A Dunroll-header-exiting-with-phis-multiple-exiting-blocks.ll14 ; CHECK: exiting.1:
17 ; CHECK: exiting.2:
28 ; CHECK: exiting.1.1:
31 ; CHECK: exiting.2.1:
39 ; CHECK: exiting.1.2:
42 ; CHECK: exiting.2.2:
50 ; CHECK: exiting.1.3:
53 ; CHECK: exiting.2.3:
71 exiting.1:
75 exiting.2:
[all …]
/dports/irc/soju/soju-0.3.0/vendor/gopkg.in/irc.v3/
H A Dclient.go118 case <-exiting:
157 go c.handlePing(timestamp, pongChan, wg, exiting)
168 case <-exiting:
188 case <-exiting:
243 func (c *Client) startReadLoop(wg *sync.WaitGroup, exiting chan struct{}) {
251 case <-exiting:
284 exiting := make(chan struct{})
287 c.maybeStartLimiter(&wg, exiting)
288 c.maybeStartPingLoop(&wg, exiting)
305 c.startReadLoop(&wg, exiting)
[all …]

12345678910>>...271