Lines Matching +full:0 +full:v
16 identifier t, v;
19 struct t *v@p;
21 struct t v@p;
23 union t v@p;
28 v << common_case.v;
32 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
33 if t == v:
34 coccilib.report.print_report(p[0], msg)
38 identifier v;
42 T v@p;
44 T *v@p;
49 v << per_type.v;
53 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
54 if t == v:
55 coccilib.report.print_report(p[0], msg)
59 identifier function, v;
64 T1 function(P1, T2 *v@p, P2) {
69 v << function_match.v;
74 msg = "WARNING: Violation to rule 5.7 (Tag name should be unique) tag: {}".format(v)
75 if v == t.split(" ")[-1]:
76 coccilib.report.print_report(p[0], msg)