Lines Matching +full:1 +full:p1
5 /// 1. An opencoded expression is used before array_size() to compute the same size
30 position p1, p2;
33 * E1 * E2@p1
39 p1 << as_next.p1;
44 coccilib.report.print_report(p1[0], msg)
47 p1 << as_next.p1;
52 coccilib.org.print_todo(p1[0], msg)
59 position p1, p2;
62 * array_size(E1, E2)@p1
68 p1 << as_prev.p1;
72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
76 p1 << as_prev.p1;
80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
95 position p1, p2;
98 * E1 * E2 * E3@p1
104 p1 << as3_next.p1;
109 coccilib.report.print_report(p1[0], msg)
112 p1 << as3_next.p1;
117 coccilib.org.print_todo(p1[0], msg)
125 position p1, p2;
128 * array3_size(E1, E2, E3)@p1
134 p1 << as3_prev.p1;
138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
142 p1 << as3_prev.p1;
146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
159 position p1, p2;
162 * E1 * E2 + E3@p1
168 p1 << ss_next.p1;
173 coccilib.report.print_report(p1[0], msg)
176 p1 << ss_next.p1;
181 coccilib.org.print_todo(p1[0], msg)
187 position p1, p2;
190 * struct_size(E1, E2, E3)@p1
196 p1 << ss_prev.p1;
200 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)
204 p1 << ss_prev.p1;
208 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)