Lines Matching refs:report
10 virtual report
26 @fix1 depends on match1 && patch && !context && !org && !report@
35 @fix1_i2c depends on match1 && patch && !context && !org && !report@
57 @fix2 depends on match2 && patch && !context && !org && !report@
66 @fix2_i2c depends on match2 && patch && !context && !org && !report@
77 @fix1_context depends on match1 && !patch && (context || org || report)@
88 @fix1_i2c_context depends on match1 && !patch && (context || org || report)@
99 @fix2_context depends on match2 && !patch && (context || org || report)@
110 @fix2_i2c_context depends on match2 && !patch && (context || org || report)@
153 @script:python fix1_report depends on report@
158 coccilib.report.print_report(j0[0], msg)
160 @script:python fix1_i2c_report depends on report@
165 coccilib.report.print_report(j0[0], msg)
167 @script:python fix2_report depends on report@
172 coccilib.report.print_report(j0[0], msg)
174 @script:python fix2_i2c_report depends on report@
179 coccilib.report.print_report(j0[0], msg)