Lines Matching +full:- +full:p
2 // https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_05_07.c
7 // SPDX-License-Identifier: Apache-2.0
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;
75 if v == t.split(" ")[-1]:
76 coccilib.report.print_report(p[0], msg)