Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 86875e5f16bea6b454c492e84ceda4db > files > 79

coccinelle-examples-0.2.3-0.rc6.3.fc14.x86_64.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