Lines Matching full:p2
30 position p1, p2;
36 * array_size(E1, E2)@p2
40 p2 << as_next.p2;
43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
48 p2 << as_next.p2;
51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
59 position p1, p2;
65 * E1 * E2@p2
69 p2 << as_prev.p2;
73 coccilib.report.print_report(p2[0], msg)
77 p2 << as_prev.p2;
81 coccilib.org.print_todo(p2[0], msg)
95 position p1, p2;
101 * array3_size(E1, E2, E3)@p2
105 p2 << as3_next.p2;
108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
113 p2 << as3_next.p2;
116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
125 position p1, p2;
131 * E1 * E2 * E3@p2
135 p2 << as3_prev.p2;
139 coccilib.report.print_report(p2[0], msg)
143 p2 << as3_prev.p2;
147 coccilib.org.print_todo(p2[0], msg)
159 position p1, p2;
165 * struct_size(E1, E2, E3)@p2
169 p2 << ss_next.p2;
172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
177 p2 << ss_next.p2;
180 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
187 position p1, p2;
193 * E1 * E2 + E3@p2
197 p2 << ss_prev.p2;
201 coccilib.report.print_report(p2[0], msg)
205 p2 << ss_prev.p2;
209 coccilib.org.print_todo(p2[0], msg)