Lines Matching refs:report
9 virtual report
25 @fix1 depends on match1 && patch && !context && !org && !report@
34 @fix1_i2c depends on match1 && patch && !context && !org && !report@
56 @fix2 depends on match2 && patch && !context && !org && !report@
65 @fix2_i2c depends on match2 && patch && !context && !org && !report@
76 @fix1_context depends on match1 && !patch && (context || org || report)@
87 @fix1_i2c_context depends on match1 && !patch && (context || org || report)@
98 @fix2_context depends on match2 && !patch && (context || org || report)@
109 @fix2_i2c_context depends on match2 && !patch && (context || org || report)@
152 @script:python fix1_report depends on report@
157 coccilib.report.print_report(j0[0], msg)
159 @script:python fix1_i2c_report depends on report@
164 coccilib.report.print_report(j0[0], msg)
166 @script:python fix2_report depends on report@
171 coccilib.report.print_report(j0[0], msg)
173 @script:python fix2_i2c_report depends on report@
178 coccilib.report.print_report(j0[0], msg)