Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 92d2bfb5a363004a8a399eefe5c79f14 > files > 115

coccinelle-examples-1.0.0-0.rc4.2.fc16.i686.rpm

@n@
position p;
expression E;
statement S,S1;
@@

E = NULL
... when != E = ALLOC(...)
if@p (\(E\|!E\)) S else S1

@@
expression E, E1;
statement S,S1;
position p1 != n.p;
@@

* E = ALLOC(...)
... when != E = E1
* if@p1 (\(E\|!E\))
 S else S1