Home
last modified time | relevance | path

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

/scripts/coccinelle/misc/
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/
Dlatent_entropy_plugin.c171 tree fld, lst = TYPE_FIELDS(type); in handle_latent_entropy_attribute() local
174 for (fld = lst; fld; nelt++, fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute()
177 fieldtype = TREE_TYPE(fld); in handle_latent_entropy_attribute()
183 *node, name, fld); in handle_latent_entropy_attribute()
187 if (fld) in handle_latent_entropy_attribute()
196 for (fld = lst; fld; fld = TREE_CHAIN(fld)) { in handle_latent_entropy_attribute()
197 tree random_const, fld_t = TREE_TYPE(fld); in handle_latent_entropy_attribute()
200 CONSTRUCTOR_APPEND_ELT(vals, fld, random_const); in handle_latent_entropy_attribute()
/scripts/coccinelle/null/
Dkmerr.cocci23 identifier f,fld;
27 ... when != x->fld