Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 589b38626859682dda0b4289ae4806af > files > 119

coccinelle-examples-1.0.7-2.mga7.i586.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