All of lore.kernel.org
 help / color / mirror / Atom feed
* [cocci] Searching for longer conjunctions (with SmPL)?
@ 2025-06-29 13:05 Markus Elfring
  2025-06-29 13:29 ` Julia Lawall
  2025-06-30  9:23 ` [cocci] Data processing requirements by expressions Markus Elfring
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Elfring @ 2025-06-29 13:05 UTC (permalink / raw)
  To: cocci

Hello,

Is there a need to refine a source code search pattern (like the following)?


@display@
expression a, b, c, d;
@@
(
*a && b && c && d && ...
|
*a && b && c && d
)


Would you be looking for more powerful data processing systems for further
static code analysis attempts (also according to Linux source files)?

Regards,
Markus

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-06-30  9:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-29 13:05 [cocci] Searching for longer conjunctions (with SmPL)? Markus Elfring
2025-06-29 13:29 ` Julia Lawall
2025-06-29 13:37   ` Markus Elfring
2025-06-29 14:04     ` Julia Lawall
2025-06-30  9:23 ` [cocci] Data processing requirements by expressions Markus Elfring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.