Lines Matching full:p
15 position p;
19 struct t *v@p;
21 struct t v@p;
23 union t v@p;
29 p << common_case.p;
34 coccilib.report.print_report(p[0], msg)
39 position p;
42 T v@p;
44 T *v@p;
50 p << per_type.p;
55 coccilib.report.print_report(p[0], msg)
60 position p;
64 T1 function(P1, T2 *v@p, P2) {
71 p << function_match.p;
76 coccilib.report.print_report(p[0], msg)