Lines Matching +full:- +full:p
2 // https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_21_02.c
7 // SPDX-License-Identifier: Apache-2.0
15 position p;
21 struct t *v@p;
23 struct t v@p;
25 union t v@p;
27 T v@p;
29 T *v@p;
31 struct t *v@p = E;
33 struct t v@p = E;
35 union t v@p = E;
37 T v@p = E;
39 T *v@p = E;
44 p << common_case.p;
47 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v)
51 coccilib.report.print_report(p[0], msg)
56 position p;
58 T f@p(...) {
66 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v)
70 coccilib.report.print_report(p[0], msg)
75 position p;
79 T1 function(P1, T2 *v@p, P2) {
85 p << function_parameter.p;
88 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v)
92 coccilib.report.print_report(p[0], msg)