Sign in
chromium
/
chromiumos
/
third_party
/
systemd
/
refs/heads/factory-14162.B
/
.
/
coccinelle
/
while-true.cocci
blob: c23fb11f22373a1564d1fa41ffdb3ef507f460a7 [
file
] [
log
] [
blame
] [
edit
]
@@
statement s
;
@@
-
while
(
true
)
+
for
(;;)
s
@@
statement s
;
@@
-
while
(
1
)
+
for
(;;)
s