Home
last modified time | relevance | path

Searched refs:fld (Results 1 – 3 of 3) sorted by relevance

/scripts/coccinelle/misc/
A Ddoubleinit.cocci18 identifier I, s, fld;
23 struct I s =@p0 { ..., .fld@p = E, ...};
26 identifier I, s, r.fld;
31 struct I s =@p0 { ..., .fld@p = E, ...};
35 fld << r.fld;
41 cocci.print_main(fld,p0)
47 fld << r.fld;
53 msg = "%s: first occurrence line %s, second occurrence line %s" % (fld,ps[0].line,pr[0].line)
/scripts/gcc-plugins/
A Dlatent_entropy_plugin.c167 tree fld, lst = TYPE_FIELDS(type); in handle_latent_entropy_attribute() local
170 for (fld = lst; fld; nelt++, fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute()
173 fieldtype = TREE_TYPE(fld); in handle_latent_entropy_attribute()
179 *node, name, fld); in handle_latent_entropy_attribute()
183 if (fld) in handle_latent_entropy_attribute()
188 for (fld = lst; fld; fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute()
189 tree random_const, fld_t = TREE_TYPE(fld); in handle_latent_entropy_attribute()
192 CONSTRUCTOR_APPEND_ELT(vals, fld, random_const); in handle_latent_entropy_attribute()
/scripts/coccinelle/null/
A Dkmerr.cocci23 identifier f,fld;
27 ... when != x->fld

Completed in 6 milliseconds