All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Elfring <Markus.Elfring@web.de>
To: Julia Lawall <julia.lawall@inria.fr>, cocci@inria.fr
Subject: Re: [cocci] Searching function implementations with variable declarations and statements?
Date: Tue, 1 Jul 2025 14:26:57 +0200	[thread overview]
Message-ID: <b05db8f8-9902-46d2-8c2f-844ff426973a@web.de> (raw)
In-Reply-To: <4fe8ff5-73f8-2362-078-2b1c8432ade@inria.fr>

>> Should any diff output be produced accordingly?
> Probably not.  Statement list metavariables only match the list of
> statements that occur at top level within {}.

Do you occasionally prefer a source code search approach like the following?

Another SmPL script example:
@display2@
statement s;
identifier i;
type t;
@@
 <+...
*t i;
 ...+>
 s


Markus_Elfring@Sonne:…/Projekte/Linux/next-analyses> time /usr/bin/spatch --no-loops …/Projekte/Coccinelle/janitor/show_variable_declarations_before_statements2.cocci include/…
@@ -666,7 +666,6 @@ static inline int usb_endpoint_maxp(cons
…
@@ -721,7 +720,6 @@ struct usb_ss_ep_comp_descriptor {
…
real    0m0,250s
user    0m0,202s
sys     0m0,048s


Regards,
Markus

  reply	other threads:[~2025-07-01 12:27 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-01  8:01 [cocci] Searching function implementations with more than a single return? Markus Elfring
2025-07-01 11:54 ` [cocci] Searching function implementations with variable declarations and statements? Markus Elfring
2025-07-01 12:09   ` Julia Lawall
2025-07-01 12:26     ` Markus Elfring [this message]
2025-07-01 12:29       ` Julia Lawall
2025-07-01 12:00 ` Markus Elfring
2025-07-01 12:42   ` Markus Elfring
2025-07-01 13:41     ` Julia Lawall
2025-07-01 13:55       ` Markus Elfring
2025-07-01 14:01         ` Julia Lawall
2025-07-01 13:01 ` [cocci] Searching function implementations with more than a single return? Markus Elfring
2025-07-01 13:40   ` Julia Lawall
2025-07-01 13:50     ` Markus Elfring
2025-07-01 13:59       ` Julia Lawall
2025-07-01 14:06         ` Markus Elfring
2025-07-01 15:17           ` Julia Lawall
2025-07-01 18:00             ` Markus Elfring
2025-07-02  9:11             ` [cocci] Search challenges for “statement lists”? Markus Elfring
2025-07-03 10:00             ` [cocci] Using statement list combinations? Markus Elfring
2025-07-03 10:23               ` Julia Lawall
2025-07-03 10:28                 ` Markus Elfring
2025-07-03 11:54                   ` Julia Lawall
2025-07-03 13:25                     ` Markus Elfring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b05db8f8-9902-46d2-8c2f-844ff426973a@web.de \
    --to=markus.elfring@web.de \
    --cc=cocci@inria.fr \
    --cc=julia.lawall@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.