Sophie

Sophie

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

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

@@
type T;
T E;
@@

-     (T)
      E

// // special case
//@@
//type T;
//identifier x;
//T E;
//@@
//
//T x = 
//-     (T)
//      E;


// // kmalloc for instance don't require cast.
//@@
//type T;
//identifier x;
//void *E;
//@@
//
//T x = 
//-     (T)
//      E;


// kmalloc, etc
// __get_free_page
// get_zeroed_page
// RING_GET_RESPONSE