Lines Matching +full:- +full:p
2 // https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_14_04.c
7 // SPDX-License-Identifier: Apache-2.0
37 position p;
40 while (v@p) {...}
42 if (v@p) {...}
46 p << rule1.p;
50 coccilib.report.print_report(p[0], msg)
69 position p;
72 while (v@p) {...}
75 p << rule2.p;
79 coccilib.report.print_report(p[0], msg)
82 position p;
86 while (c@p) {...}
88 while (!c@p) {...}
90 if (c@p) {...}
92 if (!c@p) {...}
96 p << rule3.p;
100 coccilib.report.print_report(p[0], msg)