Lines Matching refs:msg

43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
44 coccilib.report.print_report(p1[0], msg)
51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line)
52 coccilib.org.print_todo(p1[0], msg)
72 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
73 coccilib.report.print_report(p2[0], msg)
80 msg = "WARNING: array_size is already used (line %s) to compute the same size" % (p1[0].line)
81 coccilib.org.print_todo(p2[0], msg)
108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
109 coccilib.report.print_report(p1[0], msg)
116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line)
117 coccilib.org.print_todo(p1[0], msg)
138 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
139 coccilib.report.print_report(p2[0], msg)
146 msg = "WARNING: array3_size is already used (line %s) to compute the same size" % (p1[0].line)
147 coccilib.org.print_todo(p2[0], msg)
172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
173 coccilib.report.print_report(p1[0], msg)
180 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
181 coccilib.org.print_todo(p1[0], msg)
200 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)
201 coccilib.report.print_report(p2[0], msg)
208 msg = "WARNING: struct_size is already used (line %s) to compute the same size" % (p1[0].line)
209 coccilib.org.print_todo(p2[0], msg)