Searched refs:report (Results 1 – 25 of 65) sorted by relevance
123
/scripts/coccinelle/api/ |
D | platform_no_drv_owner.cocci | 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@ [all …]
|
D | atomic_as_refcounter.cocci | 11 virtual report 54 @script:python depends on report@ 59 coccilib.report.print_report(p1[0], msg % (p2[0].line)) 87 @script:python depends on report@ 92 coccilib.report.print_report(p1[0], msg % (p2[0].line)) 107 @script:python depends on report@ 111 coccilib.report.print_report(p1[0], msg) 126 @script:python depends on report@ 130 coccilib.report.print_report(p1[0], msg)
|
D | vma_pages.cocci | 12 virtual report 18 @r_context depends on context && !patch && !org && !report@ 28 @r_patch depends on !context && patch && !org && !report@ 39 @r_org depends on !context && !patch && (org || report)@ 46 @script:python depends on report@ 52 coccilib.report.print_report(p[0], msg)
|
D | err_cast.cocci | 19 virtual report 22 @ depends on context && !patch && !org && !report@ 28 @ depends on !context && patch && !org && !report @ 35 @r depends on !context && !patch && (org || report)@ 51 @script:python depends on report@ 57 coccilib.report.print_report(p[0], msg)
|
D | resource_size.cocci | 20 virtual report 48 @r_org depends on !context && !patch && (org || report)@ 55 @rbad_org depends on !context && !patch && (org || report)@ 71 @script:python depends on report@ 77 coccilib.report.print_report(p[0], msg) 88 @script:python depends on report@ 94 coccilib.report.print_report(p[0], msg)
|
D | ptr_ret.cocci | 18 virtual report 81 @script:python depends on report@ 85 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 87 @script:python depends on report@ 91 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used") 93 @script:python depends on report@ 97 coccilib.report.print_report(p[0], "WARNING: PTR_ERR_OR_ZERO can be used")
|
D | platform_get_irq.cocci | 10 virtual report 64 @r depends on org || report@ 97 @script:python depends on report@ 102 coccilib.report.print_report(p1[0],msg)
|
D | pm_runtime.cocci | 13 virtual report 82 // For org and report mode 85 @r depends on (org || report) exists@ 107 @script:python depends on report@ 114 coccilib.report.print_report(p1[0],msg)
|
/scripts/coccinelle/api/alloc/ |
D | zalloc-simple.cocci | 24 virtual report 134 @r depends on org || report@ 155 @script:python depends on report@ 161 coccilib.report.print_report(p[0], msg) 164 @r1 depends on org || report@ 185 @script:python depends on report@ 191 coccilib.report.print_report(p[0], msg) 194 @r2 depends on org || report@ 215 @script:python depends on report@ 221 coccilib.report.print_report(p[0], msg) [all …]
|
D | pool_zalloc-simple.cocci | 14 virtual report 56 // For org and report mode 59 @r depends on org || report@ 79 @script:python depends on report@ 85 coccilib.report.print_report(p[0], msg)
|
/scripts/coccinelle/misc/ |
D | warn.cocci | 14 virtual report 24 @r1 depends on context || report || org@ 37 @script:python depends on report@ 42 coccilib.report.print_report(p[0],msg) 73 @r2 depends on context || report || org@ 86 @script:python depends on report@ 91 coccilib.report.print_report(p[0],msg)
|
D | boolinit.cocci | 15 virtual report 173 @script:python depends on report@ 177 coccilib.report.print_report(p[0],"WARNING: Comparison to bool") 179 @script:python depends on report@ 183 coccilib.report.print_report(p[0],"WARNING: Comparison of 0/1 to bool variable") 185 @script:python depends on report@ 189 coccilib.report.print_report(p1[0],"WARNING: Assignment of 0/1 to bool variable") 191 @script:python depends on report@ 195 coccilib.report.print_report(p2[0],"ERROR: Assignment of non-0/1 constant to bool variable")
|
D | boolreturn.cocci | 9 virtual report 34 @r2 depends on report || context@ 53 @script:python depends on report@ 59 coccilib.report.print_report(p[0], msg)
|
D | bugon.cocci | 17 virtual report 41 // For org and report mode 44 @r depends on (org || report)@ 57 @script:python depends on report@ 62 coccilib.report.print_report(p[0], msg)
|
D | badty.cocci | 19 virtual report 51 // For org and report mode 54 @r depends on (org || report) disable sizeof_type_expr@ 71 @script:python depends on report@ 76 coccilib.report.print_report(p[0], msg)
|
D | of_table.cocci | 11 virtual report 52 @r depends on org || report@ 80 @script:python depends on report@ 86 coccilib.report.print_report(p1[0],msg)
|
D | array_size.cocci | 17 virtual report 60 // For org and report mode 63 @r depends on (org || report)@ 82 @script:python depends on report@ 87 coccilib.report.print_report(p[0], msg)
|
D | boolconv.cocci | 12 virtual report 83 // For report mode 86 @script:python depends on r&&report@ 91 coccilib.report.print_report(p[0], msg)
|
/scripts/coccinelle/null/ |
D | deref_null.cocci | 16 virtual report 50 // For org and report modes 52 @r depends on !context && (org || report) exists@ 92 @script:python depends on !context && !org && report@ 99 coccilib.report.print_report(p[0], msg) 102 @script:python depends on !context && org && !report@ 113 @s depends on !context && (org || report) exists@ 152 @script:python depends on !context && !org && report@ 159 coccilib.report.print_report(p[0], msg) 161 @script:python depends on !context && org && !report@ [all …]
|
D | kmerr.cocci | 3 /// NULL check. It only gives a report in the case where there is some 18 virtual report 30 @fixed depends on context && !org && !report@ 45 @rfixed depends on (org || report) && !context exists@ 67 @script:python depends on report@ 73 coccilib.report.print_report(p1[0],msg)
|
D | badzero.cocci | 20 virtual report 76 @script:python depends on report@ 80 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0") 180 @script:python depends on report@ 184 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E") 186 @script:python depends on report@ 190 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0") 235 @script:python depends on report@ 239 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
|
/scripts/coccinelle/free/ |
D | kfreeaddr.cocci | 11 virtual report 14 @r depends on context || report || org @ 32 @script:python depends on report@ 37 coccilib.report.print_report(p[0],msg)
|
D | ifnullfree.cocci | 14 virtual report 39 @r depends on context || report || org @ 55 @script:python depends on report@ 60 coccilib.report.print_report(p[0], msg)
|
/scripts/coccinelle/tests/ |
D | odd_ptr_err.cocci | 15 virtual report 43 @r1 depends on patch && !context && !org && !report exists@ 64 @r1_context depends on !patch && (context || org || report) exists@ 83 @r1_disj depends on !patch && (context || org || report) exists@ 111 @script:python r1_report depends on report@ 117 coccilib.report.print_report(j0[0], msg)
|
/scripts/coccinelle/iterators/ |
D | list_entry_update.cocci | 17 virtual report 27 @depends on context && !org && !report@ 39 @back depends on (org || report) && !context exists@ 57 @script:python depends on back && report@ 63 coccilib.report.print_report(p1[0],msg)
|
123